ioquake3-rpi: fix whitespace lints
This commit is contained in:
parent
ad0cd33266
commit
30d8868189
1 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@ do_configure() {
|
||||||
git clone git://github.com/raspberrypi/quake3.git $pkgname --depth=1
|
git clone git://github.com/raspberrypi/quake3.git $pkgname --depth=1
|
||||||
|
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
patch < ${FILESDIR}/ioquake3-build.sh.patch
|
patch <${FILESDIR}/ioquake3-build.sh.patch
|
||||||
sed -e "s,@XBPS_CROSS_TRIPLET@,${XBPS_CROSS_TRIPLET}-,g" \
|
sed -e "s,@XBPS_CROSS_TRIPLET@,${XBPS_CROSS_TRIPLET}-,g" \
|
||||||
-e "s,/opt/vc,${XBPS_CROSS_BASE}/opt/vc,g" \
|
-e "s,/opt/vc,${XBPS_CROSS_BASE}/opt/vc,g" \
|
||||||
-e "s,SDL_LIB=.*,SDL_LIB=${XBPS_CROSS_BASE}/usr/lib,g" \
|
-e "s,SDL_LIB=.*,SDL_LIB=${XBPS_CROSS_BASE}/usr/lib,g" \
|
||||||
|
|
Loading…
Reference in a new issue