I had to perform the following change at SignProgram to be able to
sign a tar.bz2 package. Ok to commit?


RCS file: /sources/goboscripts/tools/Scripts/bin/SignProgram,v
retrieving revision 1.10
diff -u -r1.10 SignProgram
--- SignProgram 15 Oct 2006 23:24:18 -0000      1.10
+++ SignProgram 21 Oct 2006 19:49:12 -0000
@@ -49,6 +49,7 @@
    sudo_validate=""
    [ -d $prefix/$package/$version ] || Die "Error unpacking $filepath
($package $version)"
 else
+   Release_Superuser
    package=`GuessProgramCase $1 $2`
    if [ "$2" ]
    then
@@ -62,8 +63,6 @@
    Is_Directory "$prefix/$package/$version" || Die "$package version
$version is not a valid package."
 fi

-Release_Superuser
-
 ########## Functions ##########

 ########## Sign Resources/FileHash ##########


-- 
Andre Detsch
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to