summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-11-09 20:58:08 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-11-09 20:58:08 +0000
commit4a968cd8e90128c5bfce9d055a3d56bd57e4d080 (patch)
treee80d73842f76c9c6f2d2bec716fb95ac448a63a7 /debian/rules
parentb4532f0c2e83561fea99c58fd5a329032fe68204 (diff)
downloadbcfg2-4a968cd8e90128c5bfce9d055a3d56bd57e4d080.tar.gz
bcfg2-4a968cd8e90128c5bfce9d055a3d56bd57e4d080.tar.bz2
bcfg2-4a968cd8e90128c5bfce9d055a3d56bd57e4d080.zip
install bcfg2.conf
(Logical change 1.352) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1463 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/rules')
-rw-r--r--debian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 19791171d..e7d8c1427 100644
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ 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
# Build architecture-dependent files here.
# We have nothing to do by default.