summaryrefslogtreecommitdiffstats
path: root/src/oh-buildopk
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-buildopk')
-rw-r--r--src/oh-buildopk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/oh-buildopk b/src/oh-buildopk
index 77c5e0f..1855173 100644
--- a/src/oh-buildopk
+++ b/src/oh-buildopk
@@ -67,7 +67,7 @@ if [ -n "${is_srcpkg}" ]; then
cd ..
# Pack opk file.
- tar -czf ../../${pkg}_${OH_PKGVER}-${OH_PKGREV}_all.opk \
+ tar -czf ../../${pkg}_${OH_PKGVER}_all.opk \
debian-binary data.tar.gz control.tar.gz || exit 2
rm -Rf debian-binary control data.tar.gz control.tar.gz || exit 2
else
@@ -96,7 +96,7 @@ else
cd ..
# Pack opk file.
- tar -czf ../../${1}_${OH_PKGVER}-${OH_PKGREV}_${arch}.opk \
+ tar -czf ../../${1}_${OH_PKGVER}_${arch}.opk \
debian-binary data.tar.gz control.tar.gz || exit 2
rm -Rf debian-binary control data.tar.gz control.tar.gz || exit 2