mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-16 11:51:07 +00:00
fix symlinks when installing opkg into a image
SVN-Revision: 12316
This commit is contained in:
parent
38d1cb8cbd
commit
e7c9479ae4
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
|
||||
ln -sf "${IPKG_INSTROOT}/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"
|
||||
ln -sf "/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
|
||||
ln -sf "/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"
|
||||
|
Loading…
Reference in New Issue
Block a user