fix symlinks when installing opkg into a image
SVN-Revision: 12316
This commit is contained in:
parent
38d1cb8cbd
commit
e7c9479ae4
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
|
ln -sf "/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
|
||||||
ln -sf "${IPKG_INSTROOT}/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"
|
ln -sf "/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"
|
||||||
|
|
Loading…
Reference in a new issue