summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-11-12 21:23:56 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-11-12 21:23:56 +0000
commite39798d3863b8b12c5c0d7bd9380fcc48a85004f (patch)
tree3c3875438104d8ca2ea199078f141da3cf0aef30 /debian/rules
parent9862b2c6e9aaf74276647409199944e0b62bdd99 (diff)
downloadbcfg2-e39798d3863b8b12c5c0d7bd9380fcc48a85004f.tar.gz
bcfg2-e39798d3863b8b12c5c0d7bd9380fcc48a85004f.tar.bz2
bcfg2-e39798d3863b8b12c5c0d7bd9380fcc48a85004f.zip
switch to debhelper 5 style package
(Logical change 1.358) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1491 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/rules')
-rw-r--r--debian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 907804587..61fb0b195 100644
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ clean:
dh_testroot
dh_clean
python setup.py clean
- -rm -Rf debian/install debian/tmp debian/bcfg2-server
+ -rm -Rf debian/install debian/tmp debian/bcfg2-server debian/bcfg2
install: build
dh_testdir
@@ -33,8 +33,8 @@ install: build
dh_clean -k
dh_installdirs
python setup.py install --prefix=$(PWD)/debian/bcfg2-install/usr
- mkdir ./debian/tmp/etc
- cp -f examples/bcfg2.conf ./debian/tmp/etc/bcfg2.conf
+ mkdir -p ./debian/bcfg2/etc
+ cp -f examples/bcfg2.conf ./debian/bcfg2/etc/bcfg2.conf
# Build architecture-dependent files here.
# We have nothing to do by default.