]> Git Repo - buildroot-mgba.git/commitdiff
infrastructure: remove leftover of old style hooks
authorDaniel Hobi <[email protected]>
Fri, 24 Jun 2011 12:09:46 +0000 (14:09 +0200)
committerPeter Korsgaard <[email protected]>
Wed, 6 Jul 2011 05:21:08 +0000 (07:21 +0200)
Commit ae2be8d (infrastructure: remove support for old style hooks)
forgot to update an uninstall rule.

Cc: Thomas Petazzoni <[email protected]>
Signed-off-by: Daniel Hobi <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/Makefile.package.in

index bf4e1b49a37b1bb010dd9054e7fe9b39fbc132bb..4bd40ba530a45f4211bd84b62de88dc3e089775f 100644 (file)
@@ -324,7 +324,7 @@ $(BUILD_DIR)/%/.stamp_uninstalled:
        $($(PKG)_UNINSTALL_STAGING_CMDS)
        rm -f $($(PKG)_TARGET_INSTALL_STAGING)
        $($(PKG)_UNINSTALL_TARGET_CMDS)
-       rm -f $($(PKG)_TARGET_INSTALL_TARGET) $($(PKG)_HOOK_POST_INSTALL)
+       rm -f $($(PKG)_TARGET_INSTALL_TARGET)
 
 # Remove package sources
 $(BUILD_DIR)/%/.stamp_dircleaned:
This page took 0.031301 seconds and 4 git commands to generate.