summaryrefslogtreecommitdiffstats
path: root/src/oh-buildopk
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-02-03 13:53:57 (EST)
committer P. J. McDermott <pjm@nac.net>2012-02-03 13:53:57 (EST)
commitb3fa3341e50d6a761fe20c6ca4ce4de27529b38b (patch)
treeaf91bc9802ac155cefb6f5feea1e6e49aa5a5623 /src/oh-buildopk
parent99702095780dd12910e5cd8e0780ef2133564da0 (diff)
Remove distinct version and revision variables.
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