summarylogtreecommitdiffstats
path: root/mesasdk.install
diff options
context:
space:
mode:
authorJosiah Schwab2018-01-28 15:15:05 -0800
committerJosiah Schwab2018-01-28 15:15:05 -0800
commit1e467c58037f71c69944872540afc2123f385a00 (patch)
treeb01e223d2939511bfdaaecfe401a7419deed64ed /mesasdk.install
parentc0f86ee387156d58e6722b86ce6b9a5b21794e47 (diff)
downloadaur-1e467c58037f71c69944872540afc2123f385a00.tar.gz
Update to 20181027 release
Diffstat (limited to 'mesasdk.install')
-rw-r--r--mesasdk.install9
1 files changed, 7 insertions, 2 deletions
diff --git a/mesasdk.install b/mesasdk.install
index cd7d8c3a225b..d32dd401a6e4 100644
--- a/mesasdk.install
+++ b/mesasdk.install
@@ -1,9 +1,14 @@
post_install() {
echo "Installed MESA SDK to /opt/mesasdk"
+
+ # we know this is an OK arch and has the prereqs
+ touch opt/mesasdk/etc/check_arch.done
+ touch opt/mesasdk/etc/check_preq.done
+
GCC_VERSION=$(/opt/mesasdk/bin/gcc -dumpversion)
/opt/mesasdk/libexec/gcc/x86_64-pc-linux-gnu/${GCC_VERSION}/install-tools/mkheaders /opt/mesasdk
- touch /opt/mesasdk/.regen_header
- echo "Fixed header files"
+ touch /opt/mesasdk/etc/regen_headers.done
+ echo "Regenerated headers"
}
post_upgrade() {