mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 22:42:29 +08:00
Fix of scripts.xml patch line
This commit is contained in:
parent
a29d61da37
commit
204a3598db
@ -80,4 +80,4 @@ DOWNLOAD_URL="https://github.com/libsdl-org/SDL_ttf/archive/refs/heads/main.zip
|
|||||||
sed -i -E "s@(sdl2-ttf-download-http \"+)(.+\">)@\1$DOWNLOAD_URL\">@" ./general/graphlib/sdl2-ttf.xml
|
sed -i -E "s@(sdl2-ttf-download-http \"+)(.+\">)@\1$DOWNLOAD_URL\">@" ./general/graphlib/sdl2-ttf.xml
|
||||||
|
|
||||||
# Patch scripts.xsl to handle -O parameter in wget urls
|
# Patch scripts.xsl to handle -O parameter in wget urls
|
||||||
sed -i "s/basename \$URL/basename \$URL | awk -F' ' '{ print \$NF}'/g" ../blfs_root/xsl/scripts.xsl
|
sed -i "s/BOOTPACKG=\$(basename \$URL)/BOOTPACKG=\$(basename \$URL | awk -F' ' '{ print \$NF}')/g" ../blfs_root/xsl/scripts.xsl
|
||||||
|
Loading…
Reference in New Issue
Block a user