mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
must use test
This commit is contained in:
parent
bae0866cb7
commit
21a34db38f
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ AC_OUTPUT(Makefile \
|
|||
usr/lib/byobu/Makefile \
|
||||
usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||
|
||||
if [ -n "${prefix}" ] && [ "${prefix}" != "/usr"]; then
|
||||
if test -n "${prefix}" && test "${prefix}" != "/usr"; then
|
||||
sed -i "s: && export BYOBU_PREFIX=\"/usr\": && export BYOBU_PREFIX=\"${prefix}\":g" usr/bin/byobu-janitor usr/bin/byobu-launcher usr/bin/byobu-select-profile usr/bin/byobu-status usr/bin/byobu
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue