[packages/chromium-browser] fix patch file permission
glen
glen at pld-linux.org
Thu Oct 31 13:35:51 CET 2013
commit ac64eb76576fae21b9f364ae160c4e9e36af60c1
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Oct 30 23:41:18 2013 +0200
fix patch file permission
get-source.sh | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/get-source.sh b/get-source.sh
index 76cff0a..df73866 100755
--- a/get-source.sh
+++ b/get-source.sh
@@ -101,6 +101,7 @@ set -x
current=$DIST_DIR/$PACKAGE_NAME-$VERSION.tar.$EXT
if [ "$(basename $base)" != "$(basename $current)" ]; then
sh -x $WORK_DIR/make-diff-patch.sh $base $current
+ chmod 644 $PACKAGE_NAME-$VERSION.patch.xz
mv $PACKAGE_NAME-$VERSION.patch.xz $DIST_DIR
# for beta and dev channels, update the diff pointer
if [ "$CHANNEL" != "stable" ]; then
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/058354e4e29d12e23272163cc0a4f8154fe66d25
More information about the pld-cvs-commit
mailing list