mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 17:18:51 +02:00
readline: get rid of relative paths in patches.
* patch 2.7 doesn't like those.
This commit is contained in:
@@ -58,7 +58,9 @@ BUILD_PREREQUIRES="
|
||||
PATCH()
|
||||
{
|
||||
for i in {001..008}; do
|
||||
patch -p0 < ../../sources-$i/readline63-$i
|
||||
echo "Applying patch $i..."
|
||||
sed -e "s/\.\.\/readline-6.3\///" ../../sources-$i/readline63-$i \
|
||||
| patch -p0
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user