summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosiah Schwab2017-03-18 19:41:05 -0700
committerJosiah Schwab2017-03-18 19:41:05 -0700
commit1f18630ef503af70fe0e8503c771cc7c508bf68e (patch)
tree200bb6d69c923dc1edaa9f1c1217dbb63e811fae
parentf5c0547cadc7a9e5068817710af811ae0bf5e594 (diff)
downloadaur-1f18630ef503af70fe0e8503c771cc7c508bf68e.tar.gz
Run mkheaders post_install to fix headers
https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gcc/Fixed-Headers.html#Fixed-Headers
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mesasdk.install2
3 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5c17a5b97d3..860ff4c0a411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mesasdk
pkgdesc = Software development kit for use with the MESA stellar evolution code
pkgver = 20160129
- pkgrel = 1
+ pkgrel = 2
url = http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk
install = mesasdk.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2143fdae3578..6bbe4f3e6f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mesasdk
pkgdesc="Software development kit for use with the MESA stellar evolution code"
pkgver=20160129
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk"
provides=('mesasdk')
diff --git a/mesasdk.install b/mesasdk.install
index 3f2fb9639da0..fadef0ce043b 100644
--- a/mesasdk.install
+++ b/mesasdk.install
@@ -1,5 +1,7 @@
post_install() {
echo "Installed MESA SDK to /opt/mesasdk"
+ /opt/mesasdk/libexec/gcc/x86_64-pc-linux-gnu/5.3.1/install-tools/mkheaders /opt/mesasdk
+ echo "Fixed header files"
}
post_upgrade() {