mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
okay, this regex is working now, sorry about the incremental commits
This commit is contained in:
parent
ba9d3d2530
commit
635288f75b
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ AC_OUTPUT(Makefile \
|
|||
usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||
|
||||
if test -n "${prefix}" && test "${prefix}" != "/usr"; then
|
||||
sed -i "s:export BYOBU_PREFIX=\"/usr\"$:BYOBU_PREFIX=\"${prefix}\":" usr/bin/byobu-janitor usr/bin/byobu-launcher usr/bin/byobu-select-profile usr/bin/byobu-status usr/bin/byobu
|
||||
sed -i "s: \&\& export BYOBU_PREFIX=.*$: \&\& export BYOBU_PREFIX=\"${prefix}\":" 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