debian/rules
changeset 18 c183b8918cc7
parent 17 d6923e55cfae
child 75 a587bc920c3d
--- a/debian/rules	Fri Sep 02 10:03:28 2011 +0200
+++ b/debian/rules	Fri Sep 02 10:07:48 2011 +0200
@@ -7,14 +7,14 @@
 # This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 %:
 	dh $@ 
 
 override_dh_install:
-	dh_install
-	cd debian/littlebird-tc-core/srv/www/littlebird/CA/certs \
+	@dh_install
+	@cd debian/littlebird-tc-core/srv/www/littlebird/CA/certs \
 	&& { \
 	   test -f Trustcenter_CA_LB.pem || cp -av Test_Trustcenter_CA_LB.pem Trustcenter_CA_LB.pem; \
 	   test -f Trustcenter_CA.pem || cp -av Test_Trustcenter_CA.pem Trustcenter_CA.pem; \