diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-01 13:02:07 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-01 13:02:07 +0000 |
commit | 7737b360df816a6af85c1d9ce344402a02e00025 (patch) | |
tree | f9698735229b300799b143dfc77053a71b183737 /target/ext2 | |
parent | b54bedd60c7e77ef274d272ec5807fce85134ad3 (diff) |
makedevs: install into HOST_DIR
Diffstat (limited to 'target/ext2')
-rw-r--r-- | target/ext2/ext2root.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ext2/ext2root.mk b/target/ext2/ext2root.mk index 9d5f837a1..bb7b0f016 100644 --- a/target/ext2/ext2root.mk +++ b/target/ext2/ext2root.mk @@ -106,7 +106,7 @@ endif echo "chown -R 0:0 $(TARGET_DIR)" >> $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(EXT2_TARGET)) ifneq ($(TARGET_DEVICE_TABLE),) # Use fakeroot to pretend to create all needed device nodes - echo "$(STAGING_DIR)/bin/makedevs -d $(TARGET_DEVICE_TABLE) $(TARGET_DIR)" \ + echo "$(HOST_DIR)/usr/bin/makedevs -d $(TARGET_DEVICE_TABLE) $(TARGET_DIR)" \ >> $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(EXT2_TARGET)) endif # Use fakeroot so genext2fs believes the previous fakery |