diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-15 13:22:20 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-15 13:22:20 -0300 |
commit | 3a8fca35f7c059ee187038cba7a932980a92c644 (patch) | |
tree | cf2aeb956efeab82d4d27b65373664307851d024 /libre/iceape | |
parent | 106a6e8428e9002e382dea4cf1e8812757c3d58e (diff) | |
download | abslibre-3a8fca35f7c059ee187038cba7a932980a92c644.tar.gz abslibre-3a8fca35f7c059ee187038cba7a932980a92c644.tar.bz2 abslibre-3a8fca35f7c059ee187038cba7a932980a92c644.zip |
iceape: remove more curly brackets and unneeded stuff
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" |