[Xfce4-commits] <midori:master> makedist: Don't include version_tag in archive main folder name.
Christian Dywan
noreply at xfce.org
Thu Apr 4 21:18:03 CEST 2013
Updating branch refs/heads/master
to 7bb735edc8f53b2bad82b1ad4d259ab46d1b3c21 (commit)
from 00bb2bcedb3fccd78d9744e8582fff0de9f95886 (commit)
commit 7bb735edc8f53b2bad82b1ad4d259ab46d1b3c21
Author: Paweł Forysiuk <tuxator at o2.pl>
Date: Thu Apr 4 19:29:27 2013 +0200
makedist: Don't include version_tag in archive main folder name.
win32/makedist/makedist.midori | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index dea247d..0dd4129 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -47,7 +47,7 @@ if [ "$1" != "" ]; then
fi
if [ "$version_tag" != "" ]; then
- version_tag=$version_tag-$version
+ version_tag=$version-$version_tag
else
version_tag=$version
fi
@@ -117,7 +117,7 @@ grab_files ()
echo "Creating $ARCHIVE"
# create destination folder
-workdir=$temp_dir/midori-$version_tag
+workdir=$temp_dir/midori-$version
mkdir $workdir
echo "<*> Generating dll list..."
More information about the Xfce4-commits
mailing list