summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/opkbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkbuild b/src/opkbuild
index 16dfbc3..62f60ae 100644
--- a/src/opkbuild
+++ b/src/opkbuild
@@ -65,7 +65,7 @@ for binpkgdir in ../*.pkg/; do
fi
# TODO: Other compression formats, putting things in src/, ...
binpkg=${binpkgdir#'../'}
- binpkg=${binpkg%'.pkg/}
+ binpkg=${binpkg%'.pkg/'}
# Build the package.
../build ${binpkg}
# Clean up everything except the build stamps.