mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-26 06:07:59 +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
|
for file in "$@"; do
|
||||||
echo -en '\t'
|
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
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue