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

steinm at alioth.debian.org steinm at alioth.debian.org
Sat Aug 18 20:45:46 UTC 2007


Author: steinm
Date: 2007-08-18 20:45:46 +0000 (Sat, 18 Aug 2007)
New Revision: 276

Modified:
   trunk/pear.mk
Log:
- remove tmp directory in DESTDIR


Modified: trunk/pear.mk
===================================================================
--- trunk/pear.mk	2007-08-17 20:29:36 UTC (rev 275)
+++ trunk/pear.mk	2007-08-18 20:45:46 UTC (rev 276)
@@ -85,6 +85,7 @@
 
 	# remove unwanted files
 	rm -rf $(DEB_DESTDIR)usr/share/php/.[a-z]* \
-		$(DEB_DESTDIR)$(PEAR_NEW_DOC_DIR)/LICENSE
+		$(DEB_DESTDIR)$(PEAR_NEW_DOC_DIR)/LICENSE \
+		$(DEB_DESTDIR)/tmp
 
 endif




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