summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87b66a65cf4c..290d6917422a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 1 19:45:53 UTC 2017
+# Fri Feb 10 17:56:14 UTC 2017
pkgbase = firefox-wayland-git
pkgdesc = Standalone web browser from mozilla.org
pkgver = ea5f69b51549
- pkgrel = 2
+ pkgrel = 3
url = https://www.mozilla.org/firefox/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5ca384fa7d14..c60f045392a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=firefox-wayland-git
pkgver=ea5f69b51549
-pkgrel=2
+pkgrel=3
pkgdesc="Standalone web browser from mozilla.org"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
@@ -101,7 +101,7 @@ build() {
}
package() {
- cd $pkgname-$pkgver
+ cd "gecko-dev"
make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
install -Dm644 ../vendor.js "$pkgdir/usr/lib/firefox/browser/defaults/preferences/vendor.js"