Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
stage1-host: symlink /bin -> /usr/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Dec 2, 2016
1 parent ec7e865 commit d5232f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stage1/usr_from_host/usr_from_host.mk
Expand Up @@ -5,6 +5,7 @@ S1_RF_USR_STAMPS += $(UFH_STAMP)
$(call generate-stamp-rule,$(UFH_STAMP),,$(S1_RF_ACIROOTFSDIR), \
$(call vb,v2,LN SF,host $(S1_RF_ACIROOTFSDIR)/flavor) \
ln -sf 'host' "$(S1_RF_ACIROOTFSDIR)/flavor" && \
ln -sf usr/bin "$(S1_RF_ACIROOTFSDIR)/bin" && \
mkdir -p "$(S1_RF_ACIROOTFSDIR)/usr/lib" && \
ln -sf usr/lib "$(S1_RF_ACIROOTFSDIR)/lib" && \
ln -sf usr/lib "$(S1_RF_ACIROOTFSDIR)/lib64"&& \
Expand Down

0 comments on commit d5232f4

Please sign in to comment.