mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
php: touch post-install stamp file
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user