From e39798d3863b8b12c5c0d7bd9380fcc48a85004f Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Sat, 12 Nov 2005 21:23:56 +0000 Subject: 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 --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/rules') 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. -- cgit v1.2.3-1-g7c22