diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2014-11-25 16:53:34 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-25 16:53:34 +0100 |
| commit | e4a1a4f4ea1e24264444542184279bc04448dd5d (patch) | |
| tree | 8130734ba8a74f97c3613d715700a8791bed76cb | |
| parent | ccec35e342a38537fba746a483eec063b5151d3e (diff) | |
| download | buildroot-e4a1a4f4ea1e24264444542184279bc04448dd5d.tar.gz buildroot-e4a1a4f4ea1e24264444542184279bc04448dd5d.zip | |
rtai: fix typo in config script fixup
Reported-by: Spielmann Werner <Werner.Spielmann@SWAROVSKI.COM>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/rtai/rtai.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rtai/rtai.mk b/package/rtai/rtai.mk index 33318e877f..6f94121403 100644 --- 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 |

