summaryrefslogtreecommitdiff
path: root/packaging/linux/build.sh
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-28 22:06:51 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-28 22:06:51 +0000
commit335a2accf7066189f6793c8a0592de554bb3b6e8 (patch)
treecdc44a29b98337d5855c408639bbdb56324fc277 /packaging/linux/build.sh
parent12a3ed9855ce2105c2111cdd092b35f3e1ad3a15 (diff)
- oprava drobne chybicky v nazvu debianiho balicku
git-svn-id: http://opensvn.csie.org/tuxanci_ng@259 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'packaging/linux/build.sh')
-rwxr-xr-xpackaging/linux/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/linux/build.sh b/packaging/linux/build.sh
index 5c30f10..3101001 100755
--- a/packaging/linux/build.sh
+++ b/packaging/linux/build.sh
@@ -109,7 +109,8 @@ cd "${DEST_DEB}"/
`which strip` --strip-unneeded usr/games/lib/${APPNAME}-${Y}-${VERSION}/* usr/games/bin/* >> "${LOG}"
md5sum `find . -type f | awk '/.\// { print substr($0, 3) }'` > DEBIAN/md5sums
cd "${BUNDLE_PREFIX}"
-dpkg-deb -b "${DEST_DEB}" ${APPNAME}_${Y}_${VERSION}-1_${ARCH}.deb
+Y_N=$(echo ${Y} |tr s S |tr c C)
+dpkg-deb -b "${DEST_DEB}" ${APPNAME}${Y_N}_${VERSION}-1_${ARCH}.deb
rm -rf "${DEST_DEB}"
done
CMAKE_PARAMS="-DBundle=1 -DNLS=1 -DTUXANCI_VERSION=${VERSION} -DCMAKE_BUILD_TYPE=Release" # duplicating due to override