diff options
-rw-r--r-- | ~lukeshu/iceweasel-libre-current/PKGBUILD | 3 | ||||
-rw-r--r-- | ~lukeshu/iceweasel-libre-current/xulrunner-copy-stub.patch | 2 |
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 |