summaryrefslogtreecommitdiff
path: root/libre/icecat
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-26 22:14:47 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-26 22:14:47 -0500
commit084d0a37c8d0f1a991ce22ccc6d8c3dd8ca12a33 (patch)
tree6ff23af38ad44ff7557ea9bea02efce4bc4c87c4 /libre/icecat
parent26af2632a5b31ae948e3d5b453c4a22dd64c6bb6 (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 'libre/icecat')
-rw-r--r--[-rwxr-xr-x]libre/icecat/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]libre/icecat/cairo.patch0
-rw-r--r--[-rwxr-xr-x]libre/icecat/gcc47.patch0
-rw-r--r--[-rwxr-xr-x]libre/icecat/icecat-safe.desktop0
-rw-r--r--[-rwxr-xr-x]libre/icecat/icecat.desktop0
-rw-r--r--[-rwxr-xr-x]libre/icecat/icecat.install0
-rw-r--r--[-rwxr-xr-x]libre/icecat/libre.patch0
-rw-r--r--[-rwxr-xr-x]libre/icecat/mozconfig0
-rw-r--r--[-rwxr-xr-x]libre/icecat/mozconfig.pgo0
-rw-r--r--[-rwxr-xr-x]libre/icecat/vendor.js0
-rw-r--r--[-rwxr-xr-x]libre/icecat/xulrunner-copy-stub.patch0
11 files changed, 0 insertions, 0 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD
index cc5889c7a..cc5889c7a 100755..100644
--- a/libre/icecat/PKGBUILD
+++ b/libre/icecat/PKGBUILD
diff --git a/libre/icecat/cairo.patch b/libre/icecat/cairo.patch
index a1fabee90..a1fabee90 100755..100644
--- a/libre/icecat/cairo.patch
+++ b/libre/icecat/cairo.patch
diff --git a/libre/icecat/gcc47.patch b/libre/icecat/gcc47.patch
index 829d59510..829d59510 100755..100644
--- a/libre/icecat/gcc47.patch
+++ b/libre/icecat/gcc47.patch
diff --git a/libre/icecat/icecat-safe.desktop b/libre/icecat/icecat-safe.desktop
index 87acc970c..87acc970c 100755..100644
--- a/libre/icecat/icecat-safe.desktop
+++ b/libre/icecat/icecat-safe.desktop
diff --git a/libre/icecat/icecat.desktop b/libre/icecat/icecat.desktop
index 8a7cad93d..8a7cad93d 100755..100644
--- a/libre/icecat/icecat.desktop
+++ b/libre/icecat/icecat.desktop
diff --git a/libre/icecat/icecat.install b/libre/icecat/icecat.install
index c1fe8284a..c1fe8284a 100755..100644
--- a/libre/icecat/icecat.install
+++ b/libre/icecat/icecat.install
diff --git a/libre/icecat/libre.patch b/libre/icecat/libre.patch
index bf2dff437..bf2dff437 100755..100644
--- a/libre/icecat/libre.patch
+++ b/libre/icecat/libre.patch
diff --git a/libre/icecat/mozconfig b/libre/icecat/mozconfig
index 5df8547f7..5df8547f7 100755..100644
--- a/libre/icecat/mozconfig
+++ b/libre/icecat/mozconfig
diff --git a/libre/icecat/mozconfig.pgo b/libre/icecat/mozconfig.pgo
index b0c249ebf..b0c249ebf 100755..100644
--- a/libre/icecat/mozconfig.pgo
+++ b/libre/icecat/mozconfig.pgo
diff --git a/libre/icecat/vendor.js b/libre/icecat/vendor.js
index d8d606bc1..d8d606bc1 100755..100644
--- a/libre/icecat/vendor.js
+++ b/libre/icecat/vendor.js
diff --git a/libre/icecat/xulrunner-copy-stub.patch b/libre/icecat/xulrunner-copy-stub.patch
index 8ccf127df..8ccf127df 100755..100644
--- a/libre/icecat/xulrunner-copy-stub.patch
+++ b/libre/icecat/xulrunner-copy-stub.patch