summarylogtreecommitdiffstats
path: root/linrad-wrapper.sh
diff options
context:
space:
mode:
author0b1001002021-12-28 14:58:07 +0100
committer0b1001002021-12-28 14:58:07 +0100
commit16eff311220e07d11fea8883b49b1d37945f0e8c (patch)
tree5b78702026416e4a68793b7a18948e32f762cfe9 /linrad-wrapper.sh
parent5de865813c3efc3ccd358e16c5728c25e720a347 (diff)
downloadaur-16eff311220e07d11fea8883b49b1d37945f0e8c.tar.gz
Add i686 support and fix path of errors.lir file
Diffstat (limited to 'linrad-wrapper.sh')
-rw-r--r--linrad-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linrad-wrapper.sh b/linrad-wrapper.sh
index 375ac71cd6e8..c03d778f4a95 100644
--- a/linrad-wrapper.sh
+++ b/linrad-wrapper.sh
@@ -1,6 +1,6 @@
#!/bin/sh
APP_LOCAL_DIR=$HOME/.linrad
APP_DATA_DIR=/usr/share/linrad
-APP_EXECUTABLE=/usr/bin/xlinrad64
+APP_EXECUTABLE=/usr/bin/xlinrad
mkdir -p $APP_LOCAL_DIR
cd $APP_LOCAL_DIR && exec $APP_EXECUTABLE "$@"