projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccec35e
)
rtai: fix typo in config script fixup
author
Peter Korsgaard
<peter@korsgaard.com>
Tue, 25 Nov 2014 15:53:34 +0000
(16:53 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 25 Nov 2014 15:53:34 +0000
(16:53 +0100)
Reported-by: Spielmann Werner <Werner.Spielmann@SWAROVSKI.COM>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/rtai/rtai.mk
patch
|
blob
|
history
diff --git
a/package/rtai/rtai.mk
b/package/rtai/rtai.mk
index 33318e877f72680c28634a837c4a0a3af7877799..6f941214036ce6efd705eb079045f5833c0e8139 100644
(file)
--- a/
package/rtai/rtai.mk
+++ b/
package/rtai/rtai.mk
@@
-11,7
+11,7
@@
RTAI_INSTALL_STAGING = YES
# The <pkg>_CONFIG_SCRIPTS cannot apply here to the specificities of rtai-config
define RTAI_POST_PATCH_FIXUP
- (SED) 's%^staging=.*%staging=$(STAGING_DIR)%' $(STAGING_DIR)/usr/bin/rtai-config
+
$
(SED) 's%^staging=.*%staging=$(STAGING_DIR)%' $(STAGING_DIR)/usr/bin/rtai-config
endef
RTAI_POST_INSTALL_STAGING_HOOKS += RTAI_POST_PATCH_FIXUP