diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-08 14:13:15 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-11 11:59:51 +0000 |
commit | 54928f0b3aab26333c424c39009a69073e8dae07 (patch) | |
tree | d9222692bff373e91b07d8c7d3d5410534bb956e | |
parent | b4a2aca9ba1cbfefc7f8d6e05d0aad915733f0fc (diff) | |
download | aports-54928f0b3aab26333c424c39009a69073e8dae07.tar.bz2 aports-54928f0b3aab26333c424c39009a69073e8dae07.tar.xz |
testing/seamonkey: rebuild for hunspell
-rw-r--r-- | testing/seamonkey/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/seamonkey/APKBUILD b/testing/seamonkey/APKBUILD index 08c083ca7d..f90bc0f943 100644 --- a/testing/seamonkey/APKBUILD +++ b/testing/seamonkey/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marc Vertes <mvertes@free.fr> pkgname=seamonkey pkgver=2.49.4 -pkgrel=5 +pkgrel=6 pkgdesc="all-in-one internet application suite" url="http://www.seamonkey-project.org" arch="x86_64" @@ -32,7 +32,6 @@ source=" https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/ options="!check" build() { - cd "$builddir" cp ../../mozconfig .mozconfig export MOZ_MAKE_FLAGS="$MAKEFLAGS" export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver" @@ -47,7 +46,6 @@ build() { } package() { - cd "$builddir" paxmark -msp */dist/bin/xpcshell make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install paxmark -msp "$pkgdir/usr/lib/seamonkey-$pkgver/seamonkey" \ |