summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastiaan Lokhorst2017-02-16 10:52:11 +0100
committerSebastiaan Lokhorst2017-02-16 10:52:11 +0100
commit73a4715a7842d000372a914aa4dce93fc4465f40 (patch)
treef140b94332b1347e7d044d6e118036af9a8978a3
parent874debab0f1993f7aacdfd80f434435c41d431e7 (diff)
downloadaur-73a4715a7842d000372a914aa4dce93fc4465f40.tar.gz
Fix installation path
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 201ce176adfb..6f9a89524c94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 16 09:41:22 UTC 2017
+# Thu Feb 16 09:52:05 UTC 2017
pkgbase = microsoft-gsl-git
pkgdesc = Microsoft's Guidelines Support Library (GSL)
pkgver = r401.3819df6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Microsoft/GSL
arch = i686
arch = x86_64
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"
}