summaryrefslogtreecommitdiff
path: root/multilib/nspluginwrapper/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-18 22:46:11 +0000
committerroot <root@rshg047.dnsready.net>2011-05-18 22:46:11 +0000
commit82b609ecce972e236c2ce887ecd55ec30e2874a7 (patch)
tree0f538ac08e2ce61505f47f42534a969f42863767 /multilib/nspluginwrapper/PKGBUILD
parent4a67ab8a761f1d0ef59988a513f9f2163f94a869 (diff)
Wed May 18 22:46:11 UTC 2011
Diffstat (limited to 'multilib/nspluginwrapper/PKGBUILD')
-rw-r--r--multilib/nspluginwrapper/PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/multilib/nspluginwrapper/PKGBUILD b/multilib/nspluginwrapper/PKGBUILD
index c037f2d98..b81bee1e0 100644
--- a/multilib/nspluginwrapper/PKGBUILD
+++ b/multilib/nspluginwrapper/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 47097 2011-05-16 17:45:22Z bluewind $
+# $Id: PKGBUILD 47136 2011-05-17 17:28:43Z bluewind $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=nspluginwrapper
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform NPAPI compatible plugin viewer"
arch=('x86_64')
url="http://nspluginwrapper.davidben.net/"
@@ -28,8 +28,6 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make -j1 DESTDIR="$pkgdir/" install
- mkdir -p "$pkgdir"/usr/lib/mozilla/plugins/
- ln -s /usr/lib/nspluginwrapper/x86_64/linux/npwrapper.so "$pkgdir"/usr/lib/mozilla/plugins/
}
# vim:set ts=2 sw=2 et: