summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-25 15:51:58 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-25 15:51:58 -0500
commitf0bd55bfc1603b046d9a23dff97de4c131c8351a (patch)
treedb46eefebb226619d9d35bcc9cabe6a2ba858275 /~lukeshu
parentd3eac7cccc5716a58a670ad11e421d23be0f1258 (diff)
bugfix ~lukeshu/iceweasel-libre-current: `sed -i 's/icecat/iceweasel/' xulrunner-copy-stup.patch`
Diffstat (limited to '~lukeshu')
-rw-r--r--~lukeshu/iceweasel-libre-current/PKGBUILD3
-rw-r--r--~lukeshu/iceweasel-libre-current/xulrunner-copy-stub.patch2
2 files changed, 3 insertions, 2 deletions
diff --git a/~lukeshu/iceweasel-libre-current/PKGBUILD b/~lukeshu/iceweasel-libre-current/PKGBUILD
index 89fd91443..9c7c4d1b3 100644
--- a/~lukeshu/iceweasel-libre-current/PKGBUILD
+++ b/~lukeshu/iceweasel-libre-current/PKGBUILD
@@ -109,11 +109,12 @@ package() {
rm -rvf ${pkgdir}/usr/include
}
+
md5sums=('bd656a24d0ba3d4ca7b68aca8081a07d'
'8846b9cce4ce7a82ec9995510efce867'
'5e2574eef71ee1437e2f8e7481c67893'
'bd5db57c23c72a02a489592644f18995'
- '5a1938673a367b20ecfa009a5eb767aa'
+ '9d5fbf6799324b6706b6c9e4ddeaf861'
'9609e77182cc300e3fe9d4b0c7e7efb4'
'3403175087e584a8c5e840cc62310cd9'
'462c68585461f8cdc23c93c46f6ee4cf'
diff --git a/~lukeshu/iceweasel-libre-current/xulrunner-copy-stub.patch b/~lukeshu/iceweasel-libre-current/xulrunner-copy-stub.patch
index b42bd76c8..03ae45168 100644
--- a/~lukeshu/iceweasel-libre-current/xulrunner-copy-stub.patch
+++ b/~lukeshu/iceweasel-libre-current/xulrunner-copy-stub.patch
@@ -5,7 +5,7 @@
ifdef LIBXUL_SDK
libs::
- cp $(LIBXUL_DIST)/bin/xulrunner-stub$(BIN_SUFFIX) $(DIST)/bin/firefox$(BIN_SUFFIX)
-+ cp $(LIBXUL_DIST)/bin/xulrunner-stub$(BIN_SUFFIX) $(DIST)/bin/icecat$(BIN_SUFFIX)
++ cp $(LIBXUL_DIST)/bin/xulrunner-stub$(BIN_SUFFIX) $(DIST)/bin/iceweasel$(BIN_SUFFIX)
endif
endif