summarylogtreecommitdiffstats
path: root/mesasdk.install
diff options
context:
space:
mode:
authorJosiah Schwab2017-03-18 19:41:05 -0700
committerJosiah Schwab2017-03-18 19:41:05 -0700
commit1f18630ef503af70fe0e8503c771cc7c508bf68e (patch)
tree200bb6d69c923dc1edaa9f1c1217dbb63e811fae /mesasdk.install
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
Diffstat (limited to 'mesasdk.install')
-rw-r--r--mesasdk.install2
1 files changed, 2 insertions, 0 deletions
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() {