[Buildroot] svn commit: [25562] trunk/buildroot/package/php

jacmet at uclibc.org jacmet at uclibc.org
Thu Mar 5 21:38:37 UTC 2009


Author: jacmet
Date: 2009-03-05 21:38:36 +0000 (Thu, 05 Mar 2009)
New Revision: 25562

Log:
php: touch post-install stamp file

Modified:
   trunk/buildroot/package/php/php.mk


Changeset:
Modified: trunk/buildroot/package/php/php.mk
===================================================================
--- trunk/buildroot/package/php/php.mk	2009-03-05 21:38:30 UTC (rev 25561)
+++ trunk/buildroot/package/php/php.mk	2009-03-05 21:38:36 UTC (rev 25562)
@@ -171,6 +171,7 @@
 	rm -f $(TARGET_DIR)/usr/bin/php-config
 	if [ ! -f $(TARGET_DIR)/etc/php.ini ]; then \
 		$(INSTALL) -m 0755 $(BR2_PACKAGE_PHP_CONFIG) $(TARGET_DIR)/etc/php.ini; fi
+	touch $@
 
 $(PHP_TARGET_UNINSTALL):
 	$(call MESSAGE,"Uninstalling")




More information about the buildroot mailing list