fix symlinks when installing opkg into a image

SVN-Revision: 12316
v19.07.3_mercusys_ac12_duma
Travis Kemen 16 years ago
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…
Cancel
Save