[Fusionforge-commits] r9554 - trunk

Christian Bayle cbayle at libremir.placard.fr.eu.org
Tue Apr 20 23:37:30 CEST 2010


Author: cbayle
Date: 2010-04-20 23:37:30 +0200 (Tue, 20 Apr 2010)
New Revision: 9554

Modified:
   trunk/Makefile.debian
Log:
Fix typo


Modified: trunk/Makefile.debian
===================================================================
--- trunk/Makefile.debian	2010-04-20 18:41:48 UTC (rev 9553)
+++ trunk/Makefile.debian	2010-04-20 21:37:30 UTC (rev 9554)
@@ -251,7 +251,7 @@
 cowbuilddeb: # ***** This is the one to cowbuild debian packages ***** #
 	@for dist in $(DEBIANLIST); do \
 	echo "$(MAKE) -f Makefile.debian cowbuilddist XDISTRIB=$$dist DISTROOP='$(DEBIANOP)' HOOK='$(DEBHOOK)'" ; \
-	$(MAKE) -f Makefile.debian cowbuilddist XDISTRIB=$$dist DISTROOP="$(DEBIANOP) HOOK='$(DEBHOOK)'" ; \
+	$(MAKE) -f Makefile.debian cowbuilddist XDISTRIB=$$dist DISTROOP="$(DEBIANOP)" HOOK='$(DEBHOOK)' ; \
 	done
 
 cowbuildubu: # ***** This is the one to cowbuild ubuntu packages ***** #




More information about the Fusionforge-commits mailing list