summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-11-09 21:29:01 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-11-09 21:29:01 +0000
commit71d35d8045a16b0dbd08c2d90031a8810ddc0414 (patch)
treefa02da24922e97d8b87996f21c1025c1a6f5a82d /debian/rules
parente49657c2180219e308290779e9ff228e1850d20c (diff)
downloadbcfg2-71d35d8045a16b0dbd08c2d90031a8810ddc0414.tar.gz
bcfg2-71d35d8045a16b0dbd08c2d90031a8810ddc0414.tar.bz2
bcfg2-71d35d8045a16b0dbd08c2d90031a8810ddc0414.zip
fix install stuff
(Logical change 1.353) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1473 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/rules')
-rw-r--r--debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e7d8c1427..907804587 100644
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,8 @@ install: build
dh_clean -k
dh_installdirs
python setup.py install --prefix=$(PWD)/debian/bcfg2-install/usr
- cp -f examples/bcfg2.conf ./debian/tmp/etc
+ mkdir ./debian/tmp/etc
+ cp -f examples/bcfg2.conf ./debian/tmp/etc/bcfg2.conf
# Build architecture-dependent files here.
# We have nothing to do by default.