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 /~emulatorman | |
parent | 26af2632a5b31ae948e3d5b453c4a22dd64c6bb6 (diff) |
(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 '~emulatorman')
19 files changed, 0 insertions, 0 deletions
diff --git a/~emulatorman/hunspell-gl/PKGBUILD b/~emulatorman/hunspell-gl/PKGBUILD index 210fda175..210fda175 100755..100644 --- a/~emulatorman/hunspell-gl/PKGBUILD +++ b/~emulatorman/hunspell-gl/PKGBUILD diff --git a/~emulatorman/hunspell-pt-br/.directory b/~emulatorman/hunspell-pt-br/.directory index e59814917..e59814917 100755..100644 --- a/~emulatorman/hunspell-pt-br/.directory +++ b/~emulatorman/hunspell-pt-br/.directory diff --git a/~emulatorman/hunspell-pt-br/PKGBUILD b/~emulatorman/hunspell-pt-br/PKGBUILD index 35e1dc887..35e1dc887 100755..100644 --- a/~emulatorman/hunspell-pt-br/PKGBUILD +++ b/~emulatorman/hunspell-pt-br/PKGBUILD diff --git a/~emulatorman/jitsi/PKGBUILD b/~emulatorman/jitsi/PKGBUILD index 61460bd5c..61460bd5c 100755..100644 --- a/~emulatorman/jitsi/PKGBUILD +++ b/~emulatorman/jitsi/PKGBUILD diff --git a/~emulatorman/jitsi/jitsi.desktop b/~emulatorman/jitsi/jitsi.desktop index dd4de82a6..dd4de82a6 100755..100644 --- a/~emulatorman/jitsi/jitsi.desktop +++ b/~emulatorman/jitsi/jitsi.desktop diff --git a/~emulatorman/jitsi/jitsi.sh b/~emulatorman/jitsi/jitsi.sh index 71dba6a36..71dba6a36 100755..100644 --- a/~emulatorman/jitsi/jitsi.sh +++ b/~emulatorman/jitsi/jitsi.sh diff --git a/~emulatorman/raider/ChangeLog b/~emulatorman/raider/ChangeLog index bd006cc90..bd006cc90 100755..100644 --- a/~emulatorman/raider/ChangeLog +++ b/~emulatorman/raider/ChangeLog diff --git a/~emulatorman/raider/INSTALL b/~emulatorman/raider/INSTALL index 8671c6917..8671c6917 100755..100644 --- a/~emulatorman/raider/INSTALL +++ b/~emulatorman/raider/INSTALL diff --git a/~emulatorman/raider/PKGBUILD b/~emulatorman/raider/PKGBUILD index 960164820..960164820 100755..100644 --- a/~emulatorman/raider/PKGBUILD +++ b/~emulatorman/raider/PKGBUILD diff --git a/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch b/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch index 870a2670a..870a2670a 100755..100644 --- a/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch +++ b/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch diff --git a/~emulatorman/timekpr/PKGBUILD b/~emulatorman/timekpr/PKGBUILD index 2196dd275..2196dd275 100755..100644 --- a/~emulatorman/timekpr/PKGBUILD +++ b/~emulatorman/timekpr/PKGBUILD diff --git a/~emulatorman/timekpr/timekpr.install b/~emulatorman/timekpr/timekpr.install index b01769c48..b01769c48 100755..100644 --- a/~emulatorman/timekpr/timekpr.install +++ b/~emulatorman/timekpr/timekpr.install diff --git a/~emulatorman/xchat-xsys-noaudacious/PKGBUILD b/~emulatorman/xchat-xsys-noaudacious/PKGBUILD index 977999a38..977999a38 100755..100644 --- a/~emulatorman/xchat-xsys-noaudacious/PKGBUILD +++ b/~emulatorman/xchat-xsys-noaudacious/PKGBUILD diff --git a/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch b/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch index 749234e7a..749234e7a 100755..100644 --- a/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch +++ b/~emulatorman/xchat-xsys-noaudacious/no-audacious.patch diff --git a/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch b/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch index a3b905be9..a3b905be9 100755..100644 --- a/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch +++ b/~emulatorman/xchat-xsys-noaudacious/xchat-xsys-parabola.patch diff --git a/~emulatorman/xonotic-data/PKGBUILD b/~emulatorman/xonotic-data/PKGBUILD index 114954fc3..114954fc3 100755..100644 --- a/~emulatorman/xonotic-data/PKGBUILD +++ b/~emulatorman/xonotic-data/PKGBUILD diff --git a/~emulatorman/xonotic/PKGBUILD b/~emulatorman/xonotic/PKGBUILD index 236474d3d..236474d3d 100755..100644 --- a/~emulatorman/xonotic/PKGBUILD +++ b/~emulatorman/xonotic/PKGBUILD diff --git a/~emulatorman/xonotic/xonotic-glx.desktop b/~emulatorman/xonotic/xonotic-glx.desktop index 9f9e78cc1..9f9e78cc1 100755..100644 --- a/~emulatorman/xonotic/xonotic-glx.desktop +++ b/~emulatorman/xonotic/xonotic-glx.desktop diff --git a/~emulatorman/xonotic/xonotic-sdl.desktop b/~emulatorman/xonotic/xonotic-sdl.desktop index 32b37f2c5..32b37f2c5 100755..100644 --- a/~emulatorman/xonotic/xonotic-sdl.desktop +++ b/~emulatorman/xonotic/xonotic-sdl.desktop |