summarylogtreecommitdiffstats
path: root/upak.install
diff options
context:
space:
mode:
authorL.G. Sarmiento2017-09-05 10:16:28 +0200
committerL.G. Sarmiento2017-09-05 10:16:28 +0200
commit776ab9547d3f7163aa892625115a4f3acec5a600 (patch)
tree3fb2c8c0ac1002d510e27533485e42d20ae12273 /upak.install
parent793fd8d5f04232607c1b081bdc92baf21c62e8ce (diff)
downloadaur-776ab9547d3f7163aa892625115a4f3acec5a600.tar.gz
fPIC fixed
Diffstat (limited to 'upak.install')
-rw-r--r--upak.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/upak.install b/upak.install
index f8f336ad8999..dfe818bae444 100644
--- a/upak.install
+++ b/upak.install
@@ -14,11 +14,11 @@ _help_warning() {
cat <<EOF
>>> NOTE: Remember to set properly your help path. By default upak is expecting the
>>> help to be located in /usr/hhirf/damm.hep or to be pointed out in explicitly
->>> in the file: ${HOME}/upak_help_path.
+>>> in the file: \${HOME}/upak_help_path.
>>>
>>> You can set your help path by typing in a terminal the following:
>>>
->>> echo "/usr/share/doc/upak/" > ${HOME}/upak_help_path
+>>> echo "/usr/share/doc/upak/" > \${HOME}/upak_help_path
>>>
EOF
}