mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 22:07:58 +01:00
prefix fix
This commit is contained in:
parent
38324c570b
commit
ccee09b58b
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -116,7 +116,7 @@ function correctPrefix()
|
|||
{
|
||||
for file in "$@"; do
|
||||
echo -en '\t'
|
||||
echo 'sed -e '\''s/'\''\'\'''\''\/usr\//'\''\'\''"$(SED_PREFIX)"'\''\//g'\'' < "'"$file"'" > "'"$file"'.install"'
|
||||
echo 'sed -e '\''s/'\''\'\'''\''\/usr/'\''\'\''"$(SED_PREFIX)"'\''/g'\'' < "'"$file"'" > "'"$file"'.install"'
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue