From 3a8fca35f7c059ee187038cba7a932980a92c644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 15 Mar 2016 13:22:20 -0300 Subject: iceape: remove more curly brackets and unneeded stuff --- libre/iceape/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3-2-g168b