summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/rtai/rtai.mk2
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
OpenPOWER on IntegriCloud