[Pkg-bugzilla-commits] r91 - trunk/bugzilla-2.18/debian

Alexis Sukrieh sukria-guest@costa.debian.org
Wed, 27 Apr 2005 14:44:02 +0000


Author: sukria-guest
Date: 2005-04-27 14:44:02 +0000 (Wed, 27 Apr 2005)
New Revision: 91

Modified:
   trunk/bugzilla-2.18/debian/rules
Log:
fixing debian/rules

Modified: trunk/bugzilla-2.18/debian/rules
===================================================================
--- trunk/bugzilla-2.18/debian/rules	2005-04-27 14:38:02 UTC (rev 90)
+++ trunk/bugzilla-2.18/debian/rules	2005-04-27 14:44:02 UTC (rev 91)
@@ -54,7 +54,7 @@
 	# We install our debian helpers
 	install -d -m 0755 -o root -g root $(CURDIR)/debian/bugzilla/usr/share/bugzilla/debian 
 	install    -m 0755 -o root -g root debian/helper/postinst-db.pl $(CURDIR)/debian/bugzilla/usr/share/bugzilla/debian/postinst-db.pl
-	install    -m 0644 -o root -g root data/params $(CURDIR)/debian/bugzilla/usr/share/bugzilla/debian
+	install    -m 0644 -o root -g root debian/default-files/params $(CURDIR)/debian/bugzilla/usr/share/bugzilla/debian
 	install    -m 0644 -o root -g root debian/patches/101_Config.diff $(CURDIR)/debian/bugzilla/usr/share/bugzilla/debian
 	
 	# remove all the CVS entries in the build dir