summaryrefslogtreecommitdiffstats
path: root/intercept/depmod
diff options
context:
space:
mode:
Diffstat (limited to 'intercept/depmod')
-rw-r--r--intercept/depmod6
1 files changed, 3 insertions, 3 deletions
diff --git a/intercept/depmod b/intercept/depmod
index 7dc442d..a60768f 100644
--- a/intercept/depmod
+++ b/intercept/depmod
@@ -1,9 +1,9 @@
#!/bin/sh
if [ "x$1" = "x-a" ] || [ "x$1" = "x-A" ]; then
- if [ ! -f $IPKG_INTERCEPT_DIR/depmod ]; then
- echo "depmod -A" > $IPKG_INTERCEPT_DIR/depmod
- chmod +x $IPKG_INTERCEPT_DIR/depmod
+ if [ ! -f $OPKG_INTERCEPT_DIR/depmod ]; then
+ echo "depmod -A" > $OPKG_INTERCEPT_DIR/depmod
+ chmod +x $OPKG_INTERCEPT_DIR/depmod
fi
exit 0
fi