str_list_push: remove unused function
[oweals/opkg-lede.git] / intercept / ldconfig
index 2be99b4e0df487498aed2581e6b8bc214311ff50..e07c81d65c499f2a0465ef197b1c705dde1c3557 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-if [ ! -f $IPKG_INTERCEPT_DIR/ldconfig ]; then
-  echo "ldconfig" > $IPKG_INTERCEPT_DIR/ldconfig
-  chmod +x $IPKG_INTERCEPT_DIR/ldconfig
+if [ ! -f $OPKG_INTERCEPT_DIR/ldconfig ]; then
+  echo "ldconfig" > $OPKG_INTERCEPT_DIR/ldconfig
+  chmod +x $OPKG_INTERCEPT_DIR/ldconfig
 fi