wikipediafs: don’t add link in /sbin anymore

This commit is contained in:
Antoine Lubineau 2013-06-03 22:40:24 +02:00
parent 19ed8a4bda
commit 3a4d977229
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = wikipediafs
pkgdesc = Mount Wikipedia/Mediawiki sites locally via FUSE
pkgver = 0.4
pkgrel = 1
pkgrel = 2
url = http://wikipediafs.sourceforge.net/
arch = any
license = GPL

View file

@ -2,7 +2,7 @@
pkgname=wikipediafs
pkgver=0.4
pkgrel=1
pkgrel=2
pkgdesc="Mount Wikipedia/Mediawiki sites locally via FUSE"
arch=('any')
url="http://wikipediafs.sourceforge.net/"
@ -14,8 +14,6 @@ sha256sums=('8c9de78dd92354877a8d604f3128238f10cd6c06d594ddc23c06552cc7c731f1')
package() {
cd "$srcdir/$pkgname-$pkgver"
python2 setup.py install --root="$pkgdir/" --optimize=1
mkdir "$pkgdir/sbin"
ln -s /usr/bin/mount.wikipediafs "$pkgdir/sbin/mount.wikipediafs"
}
# vim:set ts=2 sw=2 et: