[Dh-make-php-commits] r339 - trunk

Uwe Steinmann steinm at alioth.debian.org
Fri Feb 12 20:01:15 UTC 2010


Author: steinm
Date: 2010-02-12 20:00:57 +0000 (Fri, 12 Feb 2010)
New Revision: 339

Modified:
   trunk/pear.mk
Log:
- added --offline option to install command


Modified: trunk/pear.mk
===================================================================
--- trunk/pear.mk	2010-02-12 20:00:10 UTC (rev 338)
+++ trunk/pear.mk	2010-02-12 20:00:57 UTC (rev 339)
@@ -60,7 +60,7 @@
 		-d data_dir=/usr/share/php/data \
 		-d doc_dir=/usr/share/php/docs \
 		-d test_dir=/usr/share/php/tests \
-		install --nodeps -P $(DEB_DESTDIR) $(PEAR_SOURCE_DIR)/package.xml
+		install --offline --nodeps -P $(DEB_DESTDIR) $(PEAR_SOURCE_DIR)/package.xml
 
 	# move documentation to correct location
 	mkdir -p $(DEB_DESTDIR)$(PEAR_NEW_DOC_DIR)




More information about the Dh-make-php-commits mailing list