summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Born2018-09-13 13:49:33 +0200
committerPhilipp Born2018-09-13 13:52:40 +0200
commita7770d80a87256f5078b72f613df598188d94c72 (patch)
treeb674091c16ad0dcafd240a65df2464480d567ce8 /PKGBUILD
parent995b399df47b1a51922225f962872d7a4d38e60e (diff)
downloadaur-a7770d80a87256f5078b72f613df598188d94c72.tar.gz
v0.5-2: symlinked /usr/bin/mount.jmtpfs -> /usr/bin/jmtpfs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83e6448cea77..d1a5a777469a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>
pkgname=jmtpfs
pkgver=0.5
-pkgrel=1
+pkgrel=2
license=('GPL3')
pkgdesc="mtpfs with better support for Android"
arch=('i686' 'x86_64')
@@ -19,4 +19,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+
+ ln -s jmtpfs "${pkgdir}/usr/bin/mount.jmtpfs"
+ ln -s jmtpfs "${pkgdir}/usr/bin/mount.fuse.jmtpfs"
}