summarylogtreecommitdiffstats
path: root/radware.sh
diff options
context:
space:
mode:
authorFilippo Falezza2022-11-04 15:41:51 +0000
committerFilippo Falezza2022-11-04 15:41:51 +0000
commit2e81c9ab308c3b624a100fdbc366614e5b5c0bc1 (patch)
tree9ac8f9c6eb6819ef45724bcb9602a66691a1e262 /radware.sh
parent3f6640685a65a12d918028711447c3b3036c99b9 (diff)
downloadaur-2e81c9ab308c3b624a100fdbc366614e5b5c0bc1.tar.gz
updated to compile after 2020 update
Diffstat (limited to 'radware.sh')
-rw-r--r--radware.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/radware.sh b/radware.sh
index c60c5dc62ea5..0c65cca60639 100644
--- a/radware.sh
+++ b/radware.sh
@@ -1,9 +1,10 @@
-export RADWARE_HOME=/usr
+export PATH=$PATH:/opt/radware/bin
+export RADWARE_HOME=/opt/radware
# these variables point to directories containing various RadWare files
- export RADWARE_FONT_LOC=$RADWARE_HOME/share/fonts/radware
- export RADWARE_ICC_LOC=$RADWARE_HOME/share/radware/icc
-export RADWARE_GFONLINE_LOC=$RADWARE_HOME/share/doc/radware
+export RADWARE_FONT_LOC=$RADWARE_HOME/font
+export RADWARE_ICC_LOC=$RADWARE_HOME/icc
+export RADWARE_GFONLINE_LOC=$RADWARE_HOME/doc
# this variable specifies whether to ring the bell in RadWare cursor routines
export RADWARE_CURSOR_BELL=y