Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-webclient / debian / rules @ da05bf9e

History | View | Annotate | Download (416 Bytes)

1
#!/usr/bin/make -f
2

    
3
%:
4
	dh $@ --with python2
5

    
6
package=snf-pithos-webclient
7
static_dir=debian/$(package)/usr/share/synnefo/static/
8
pkg_static_dir=pithos_webclient/static/pithos_webclient/
9
config_lvl=20
10

    
11
override_dh_auto_install:
12
	dh_auto_install
13
	
14
	mkdir -p $(static_dir)pithos_webclient;
15
	-mv $(pkg_static_dir) $(static_dir);
16
	
17
	mkdir -p debian/$(package)/etc/synnefo
18
	-mv conf/*.conf debian/$(package)/etc/synnefo
19