r20098 - /trunk/libmath-calculus-expression-perl/debian/repack.sh

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Sun May 18 17:17:34 UTC 2008


Author: deepak-guest
Date: Sun May 18 17:17:34 2008
New Revision: 20098

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20098
Log:
repack.sh change for permission

Modified:
    trunk/libmath-calculus-expression-perl/debian/repack.sh

Modified: trunk/libmath-calculus-expression-perl/debian/repack.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-expression-perl/debian/repack.sh?rev=20098&op=diff
==============================================================================
--- trunk/libmath-calculus-expression-perl/debian/repack.sh (original)
+++ trunk/libmath-calculus-expression-perl/debian/repack.sh Sun May 18 17:17:34 2008
@@ -35,6 +35,7 @@
 mv "$UP_BASE" "$DIR/$REPACK_DIR"
 
 # Using a pipe hides tar errors!
+chmod 755 "$DIR/$REPACK_DIR"
 tar cfC "$DIR/repacked.tar" "$DIR" "$REPACK_DIR"
 gzip -9 < "$DIR/repacked.tar" > "$DIR/repacked.tar.gz"
 




More information about the Pkg-perl-cvs-commits mailing list