summaryrefslogtreecommitdiffstats
path: root/intercept/ldconfig
diff options
context:
space:
mode:
Diffstat (limited to 'intercept/ldconfig')
-rw-r--r--intercept/ldconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/intercept/ldconfig b/intercept/ldconfig
index 2be99b4..e07c81d 100644
--- a/intercept/ldconfig
+++ b/intercept/ldconfig
@@ -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