mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
releasing 3.2
This commit is contained in:
parent
9d85ee8bf2
commit
f556818fa0
2 changed files with 3 additions and 9 deletions
|
@ -29,9 +29,9 @@ AC_OUTPUT(Makefile \
|
|||
usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||
|
||||
if test -n "${prefix}" && test "${prefix}" != "/usr"; then
|
||||
for i in usr/bin/byobu-*; do
|
||||
for i in usr/bin/byobu*; do
|
||||
# This hackery seems necessary for Mac OSX and Solaris installs
|
||||
sed "s/BYOBU_PREFIX=.*$/BYOBU_PREFIX=\"${prefix}\"/" "$i" > "$i.new"
|
||||
sed -e "s:BYOBU_PREFIX=.*:BYOBU_PREFIX=\"${prefix}\":" "$i" > "$i.new"
|
||||
mv -f "$i.new" "$i"
|
||||
chmod 755 "$i"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue