aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsbopkglint2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbopkglint b/sbopkglint
index 815667f..f4becc5 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -564,7 +564,7 @@ for package in $packages; do
echo -n "Exploding $package to $PKG ..."
olddir="$( pwd )"
cd "$PKG"
- explodepkg "$PKG" &> $PKG/.tmp.$$
+ /sbin/explodepkg "$PKG" &> $PKG/.tmp.$$
S="$?"
if [ "$S" != "0" ]; then
echo_FAILED