projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a302918
)
acpid: fix obvious syntax error in addprefix call
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Tue, 28 May 2013 11:17:48 +0000
(11:17 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 28 May 2013 21:33:07 +0000
(23:33 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/acpid/acpid.mk
patch
|
blob
|
history
diff --git
a/package/acpid/acpid.mk
b/package/acpid/acpid.mk
index 4ad9f660b0ee6cb6f38be36d8be330631ba24c38..b55761731eefca7df9b98532063b3257c13fd71c 100644
(file)
--- 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