Signed-off-by: Aaron Armstrong Skomra <[email protected]>
---
release.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/release.sh b/release.sh
index d082b3809f22..4c034af773fa 100755
--- a/release.sh
+++ b/release.sh
@@ -264,9 +264,9 @@ RELEASE
cat <<RELEASE
$DL_URL
-MD5: `$MD5SUM $tarball`
-SHA1: `$SHA1SUM $tarball`
-SHA256: `$SHA256SUM $tarball`
+MD5: `$MD5SUM $tarbz2`
+SHA1: `$SHA1SUM $tarbz2`
+SHA256: `$SHA256SUM $tarbz2`
PGP: $PGP_URL
RELEASE
@@ -376,12 +376,12 @@ get_section() {
module_url=`echo $module_url | cut -d'/' -f3,4`
else
# The look for mesa, xcb, etc...
- module_url=`echo "$full_module_url" | $GREP -o -e "/linuxwacom/.*"`
+ module_url=`echo "$full_module_url" | $GREP -o -e "linuxwacom/.*"`
if [ $? -eq 0 ]; then
module_url=`echo $module_url | cut -d'/' -f2,3`
else
echo "Error: unable to locate a valid project url from
\"$full_module_url\"."
- echo "Cannot establish url as one of linuxwacom, xorg, mesa, xcb,
xf86-video-nouveau, xkeyboard-config or wayland"
+ echo "Cannot establish url as linuxwacom"
cd $top_src
return 1
fi
--
2.7.4
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel