commit ac64eb76576fae21b9f364ae160c4e9e36af60c1
Author: Elan Ruusamäe <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to