summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302018-01-29 13:33:22 +0100
committerM0Rf302018-01-29 13:33:22 +0100
commitcce40cae9eb2b77e016804809907ea6dcf13f46e (patch)
treeac9e0531ed8e80aff1334add3d0f8f022f751a5a /PKGBUILD
parentcc4772a8c4cf969387fdfadafe5f2240252701d6 (diff)
downloadaur-cce40cae9eb2b77e016804809907ea6dcf13f46e.tar.gz
libindy-crypto: moved includes in /usr/lib/indy_crypto
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df10779f468b..91f2d4e68f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ package() {
cd $srcdir/indy-crypto-master
cd $pkgname
install -Dm755 target/release/libindy_crypto.so "$pkgdir/usr/lib/libindy_crypto.so"
- cp -r include $pkgdir/usr/include
+ cp -r include $pkgdir/usr/include/indy_crypto
}
md5sums=('SKIP')