summarylogtreecommitdiffstats
path: root/linrad-wrapper.sh
diff options
context:
space:
mode:
author0b1001002021-12-28 01:10:38 +0100
committer0b1001002021-12-28 01:17:58 +0100
commit5de865813c3efc3ccd358e16c5728c25e720a347 (patch)
tree0223bfcf2147574ced8f59b017e231f6d98579d2 /linrad-wrapper.sh
parente0a669dad84dca4117ef2546bc7d71c137c33365 (diff)
downloadaur-5de865813c3efc3ccd358e16c5728c25e720a347.tar.gz
Update to 05.01
Add wrapper to automatically create and use a config folder inside HOME Simplify desktop file Extract application icon from ico source file Update license and copy all docs Patch error- and help-file location Add gcc 11.1.0 patch from upstream Use https in urls Add hamradio-menus as an optional dependency Remove make dependency given by base-devel
Diffstat (limited to 'linrad-wrapper.sh')
-rw-r--r--linrad-wrapper.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/linrad-wrapper.sh b/linrad-wrapper.sh
new file mode 100644
index 000000000000..375ac71cd6e8
--- /dev/null
+++ b/linrad-wrapper.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+APP_LOCAL_DIR=$HOME/.linrad
+APP_DATA_DIR=/usr/share/linrad
+APP_EXECUTABLE=/usr/bin/xlinrad64
+mkdir -p $APP_LOCAL_DIR
+cd $APP_LOCAL_DIR && exec $APP_EXECUTABLE "$@"