fix symlinks when installing opkg into a image
[openwrt.git] / package / opkg / files / postinst
index c479744..c2bb381 100644 (file)
@@ -1,2 +1,3 @@
 #!/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 "/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"
This page took 0.032616 seconds and 4 git commands to generate.