mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:35:55 +02:00
fix gcc symlink install
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4702 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
600d267646
commit
bddf7f5837
@ -103,8 +103,8 @@ define Stage2/Install
|
||||
ln -sf $(REAL_GNU_TARGET_NAME) $(GNU_TARGET_NAME); \
|
||||
cd bin; \
|
||||
for app in $(REAL_GNU_TARGET_NAME)-* ; do \
|
||||
ln -sf $${app} \
|
||||
$(GNU_TARGET_NAME)$${app##$(REAL_GNU_TARGET_NAME)}; \
|
||||
ln -sf $$$${app} \
|
||||
$(GNU_TARGET_NAME)$$$${app##$(REAL_GNU_TARGET_NAME)}; \
|
||||
done; \
|
||||
);
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user