summarylogtreecommitdiffstats
path: root/wrapper.sh
diff options
context:
space:
mode:
authorlibele2022-05-04 16:31:20 -0500
committerlibele2022-05-04 16:31:20 -0500
commitb8356bf6b8dcd7efa9ee3ff3759365ca2bfee235 (patch)
treea75e0119d99d53922acc7a57239e12bbc9d0cf49 /wrapper.sh
parentf4859b529d0bd25dc8e204ec8abd8b1ca94c865d (diff)
downloadaur-b8356bf6b8dcd7efa9ee3ff3759365ca2bfee235.tar.gz
add post_install message, rename compilers to i6 and i7
Diffstat (limited to 'wrapper.sh')
-rwxr-xr-xwrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapper.sh b/wrapper.sh
index 7e0e85b1515f..12202055b419 100755
--- a/wrapper.sh
+++ b/wrapper.sh
@@ -1,7 +1,7 @@
#!/bin/sh
LIBPATH=/usr/share/inform7
-INFORM7="$LIBPATH/inform7"
+INFORM7=/usr/bin/i7
if [ -z "$1" ] || [ "$1" = "-help" ] || [ "$1" = "--help" ];
then $INFORM7 -help;