summaryrefslogtreecommitdiffstats
path: root/package/acpid/acpid.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/acpid/acpid.mk')
-rw-r--r--package/acpid/acpid.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acpid/acpid.mk b/package/acpid/acpid.mk
index 4ad9f660b..b55761731 100644
--- a/package/acpid/acpid.mk
+++ b/package/acpid/acpid.mk
@@ -26,7 +26,7 @@ endef
define ACPID_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/acpid
rm -f $(TARGET_DIR)/usr/bin/acpi_listen
- rm -f $(addprefix )$(TARGET_DIR)/usr/share/man/man8/,acpid.8 acpi_listen.8)
+ rm -f $(addprefix $(TARGET_DIR)/usr/share/man/man8/,acpid.8 acpi_listen.8)
endef
define ACPID_CLEAN_CMDS