summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastiaan Lokhorst2017-02-16 10:52:11 +0100
committerSebastiaan Lokhorst2017-02-16 10:52:11 +0100
commit73a4715a7842d000372a914aa4dce93fc4465f40 (patch)
treef140b94332b1347e7d044d6e118036af9a8978a3 /PKGBUILD
parent874debab0f1993f7aacdfd80f434435c41d431e7 (diff)
downloadaur-73a4715a7842d000372a914aa4dce93fc4465f40.tar.gz
Fix installation path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbec09e12629..c49a410b310c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname=gsl
pkgname=microsoft-gsl-git
pkgver=r401.3819df6
-pkgrel=1
+pkgrel=2
pkgdesc="Microsoft's Guidelines Support Library (GSL)"
arch=('i686' 'x86_64')
url='https://github.com/Microsoft/GSL'
@@ -19,5 +19,6 @@ pkgver() {
package() {
cd "$srcdir/$_gitname"
+ install -d "$pkgdir/usr/include"
cp -r include "$pkgdir/usr"
}