]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
fix patch file permission
authorElan Ruusamäe <glen@delfi.ee>
Wed, 30 Oct 2013 21:41:18 +0000 (23:41 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 30 Oct 2013 21:41:18 +0000 (23:41 +0200)
get-source.sh

index 76cff0a907704991cd525a4d5ac52f3429245b5b..df738662415c2e3e23119670e1660eb7d1b59d99 100755 (executable)
@@ -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
This page took 0.073604 seconds and 4 git commands to generate.