1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:43:08 +02:00

fix symlinks when installing opkg into a image

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12316 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
thepeople 2008-08-15 04:13:21 +00:00
parent d5249b218d
commit eb1995908d

View File

@ -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"