root / snf-pithos-web-client / debian / rules @ 802cb0f9
History | View | Annotate | Download (420 Bytes)
1 |
#!/usr/bin/make -f |
---|---|
2 |
|
3 |
%: |
4 |
dh $@ --with python2 |
5 |
|
6 |
package=snf-pithos-web-client |
7 |
static_dir=debian/$(package)/usr/share/synnefo/static/ |
8 |
pkg_static_dir=pithos_web_client/static/pithos_web_client/ |
9 |
config_lvl=20 |
10 |
|
11 |
override_dh_auto_install: |
12 |
dh_auto_install |
13 |
|
14 |
mkdir -p $(static_dir)pithos_web_client; |
15 |
-mv $(pkg_static_dir) $(static_dir); |
16 |
|
17 |
mkdir -p debian/$(package)/etc/synnefo |
18 |
-mv conf/*.conf debian/$(package)/etc/synnefo |
19 |
|