diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-26 22:14:47 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-26 22:14:47 -0500 |
commit | 084d0a37c8d0f1a991ce22ccc6d8c3dd8ca12a33 (patch) | |
tree | 6ff23af38ad44ff7557ea9bea02efce4bc4c87c4 /libre/seamonkey-libre | |
parent | 26af2632a5b31ae948e3d5b453c4a22dd64c6bb6 (diff) | |
download | abslibre-084d0a37c8d0f1a991ce22ccc6d8c3dd8ca12a33.tar.gz abslibre-084d0a37c8d0f1a991ce22ccc6d8c3dd8ca12a33.tar.bz2 abslibre-084d0a37c8d0f1a991ce22ccc6d8c3dd8ca12a33.zip |
(scripted) fix file permission breakage introduced in commit d62bd1
I did this with this command:
git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \
| tr '\n' ' ' | sed 's/diff --git/\n&/g' \
| sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \
| bash
The first line finds all of the file-permission changes in the commit.
The second line squashes some newlines to get one line per file. This line
is in the format:
diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE
The third line extracts the values from those lines and transforms the line
into:
chmod FILE ./OLDMODE
The fourth line (obviously) just executes the output.
Diffstat (limited to 'libre/seamonkey-libre')
-rw-r--r--[-rwxr-xr-x] | libre/seamonkey-libre/PKGBUILD | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | libre/seamonkey-libre/clrf.patch | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | libre/seamonkey-libre/gcc47.patch | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | libre/seamonkey-libre/gnuzilla-addons.patch | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | libre/seamonkey-libre/libvpx.patch | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | libre/seamonkey-libre/mozconfig | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | libre/seamonkey-libre/python27.patch | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | libre/seamonkey-libre/seamonkey-2.0-lang.patch | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | libre/seamonkey-libre/seamonkey.desktop | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | libre/seamonkey-libre/seamonkey.install | 0 |
10 files changed, 0 insertions, 0 deletions
diff --git a/libre/seamonkey-libre/PKGBUILD b/libre/seamonkey-libre/PKGBUILD index dd4bcd0a9..dd4bcd0a9 100755..100644 --- a/libre/seamonkey-libre/PKGBUILD +++ b/libre/seamonkey-libre/PKGBUILD diff --git a/libre/seamonkey-libre/clrf.patch b/libre/seamonkey-libre/clrf.patch index 5a77f2b01..5a77f2b01 100755..100644 --- a/libre/seamonkey-libre/clrf.patch +++ b/libre/seamonkey-libre/clrf.patch diff --git a/libre/seamonkey-libre/gcc47.patch b/libre/seamonkey-libre/gcc47.patch index 080502c23..080502c23 100755..100644 --- a/libre/seamonkey-libre/gcc47.patch +++ b/libre/seamonkey-libre/gcc47.patch diff --git a/libre/seamonkey-libre/gnuzilla-addons.patch b/libre/seamonkey-libre/gnuzilla-addons.patch index 32a28b3e4..32a28b3e4 100755..100644 --- a/libre/seamonkey-libre/gnuzilla-addons.patch +++ b/libre/seamonkey-libre/gnuzilla-addons.patch diff --git a/libre/seamonkey-libre/libvpx.patch b/libre/seamonkey-libre/libvpx.patch index d0f9a0f4c..d0f9a0f4c 100755..100644 --- a/libre/seamonkey-libre/libvpx.patch +++ b/libre/seamonkey-libre/libvpx.patch diff --git a/libre/seamonkey-libre/mozconfig b/libre/seamonkey-libre/mozconfig index 4d04c96d5..4d04c96d5 100755..100644 --- a/libre/seamonkey-libre/mozconfig +++ b/libre/seamonkey-libre/mozconfig diff --git a/libre/seamonkey-libre/python27.patch b/libre/seamonkey-libre/python27.patch index f00681fd2..f00681fd2 100755..100644 --- a/libre/seamonkey-libre/python27.patch +++ b/libre/seamonkey-libre/python27.patch diff --git a/libre/seamonkey-libre/seamonkey-2.0-lang.patch b/libre/seamonkey-libre/seamonkey-2.0-lang.patch index b9f4a5cde..b9f4a5cde 100755..100644 --- a/libre/seamonkey-libre/seamonkey-2.0-lang.patch +++ b/libre/seamonkey-libre/seamonkey-2.0-lang.patch diff --git a/libre/seamonkey-libre/seamonkey.desktop b/libre/seamonkey-libre/seamonkey.desktop index dd92a2432..dd92a2432 100755..100644 --- a/libre/seamonkey-libre/seamonkey.desktop +++ b/libre/seamonkey-libre/seamonkey.desktop diff --git a/libre/seamonkey-libre/seamonkey.install b/libre/seamonkey-libre/seamonkey.install index 709ad81f2..709ad81f2 100755..100644 --- a/libre/seamonkey-libre/seamonkey.install +++ b/libre/seamonkey-libre/seamonkey.install |