still working on that regex

This commit is contained in:
Dustin Kirkland 2010-08-02 19:49:46 -04:00
commit ba9d3d2530

View file

@ -29,5 +29,5 @@ AC_OUTPUT(Makefile \
usr/share/man/man1/Makefile usr/bin/Makefile) usr/share/man/man1/Makefile usr/bin/Makefile)
if test -n "${prefix}" && test "${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 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
fi fi