php: touch post-install stamp file

This commit is contained in:
Peter Korsgaard 2009-03-05 21:38:36 +00:00
parent acdbb39bf5
commit b8a8f1c434
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ $(PHP_HOOK_POST_INSTALL):
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")