diff options
Diffstat (limited to 'libre/iceape')
-rw-r--r-- | libre/iceape/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/iceape/PKGBUILD b/libre/iceape/PKGBUILD index c9490396a..9fe71558c 100644 --- a/libre/iceape/PKGBUILD +++ b/libre/iceape/PKGBUILD @@ -64,7 +64,6 @@ prepare() { done install -m644 $pkgname/extras/preview.png suite/themes/classic -# install -m644 $pkgname/branding/{aboutIce.{js,manifest},ice.{dtd,xhtml}} suite/browser # Convert svg file to png and replace seamonkey to iceape icons _brandingdir=$pkgname/branding @@ -143,7 +142,7 @@ build() { package() { cd "$_pkgname-$pkgver" - make -j1 -f client.mk DESTDIR="${pkgdir}" install + make -j1 -f client.mk DESTDIR="$pkgdir" install rm -rf "$pkgdir"/usr/lib/$pkgname-$pkgver/{dictionaries,hyphenation,searchplugins} ln -sf /usr/share/hunspell "$pkgdir/usr/lib/$pkgname-$pkgver/dictionaries" |