summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2016-04-20 23:28:37 +0300
committervlad2016-04-20 23:28:37 +0300
commit275bceb9c22af9b063a1f32159fc7801d6f9b93d (patch)
treecc8550d97c7ad94bfebcf3b23b754ceb8281b7e7
parentb433173e483b7997e93090d65624c2060fe1f517 (diff)
downloadaur-275bceb9c22af9b063a1f32159fc7801d6f9b93d.tar.gz
link the bundled libfontconfig.so.1 to the system lib
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f37d2a175ecd..c62562dba8a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=insync
pkgver=1.3.6
_pkgver=36076
-pkgrel=1
+pkgrel=2
pkgdesc="An unofficial Google Drive client that runs on Linux, with support for various desktops"
url="https://www.insynchq.com/downloads"
license=('custom:insync')
@@ -30,4 +30,5 @@ package() {
done
mkdir -p ${pkgdir}/usr/lib/systemd/system
sed "s/_OPTION/ start/g" ${srcdir}/insync.service >${pkgdir}/usr/lib/systemd/system/insync@.service
+ ln -sf "/usr/lib/libfontconfig.so.1" "${pkgdir}/usr/lib/insync/libfontconfig.so.1"
}