update build script
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
35af7596dd
commit
24fb56c696
9
build.sh
9
build.sh
|
@ -2,15 +2,8 @@
|
||||||
|
|
||||||
cp -f config.mk Makefile patches.h st-flexipatch/
|
cp -f config.mk Makefile patches.h st-flexipatch/
|
||||||
flexipatch-finalizer/flexipatch-finalizer.sh -r -d st-flexipatch -o st-final
|
flexipatch-finalizer/flexipatch-finalizer.sh -r -d st-flexipatch -o st-final
|
||||||
|
rm st-flexipatch/config.mk st-flexipatch/patches.h
|
||||||
for patch in patches/*.diff; do
|
for patch in patches/*.diff; do
|
||||||
patch -d st-final <"$patch"
|
patch -d st-final <"$patch"
|
||||||
done
|
done
|
||||||
cp -f config.h st-final/
|
cp -f config.h st-final/
|
||||||
cd st-final || exit 1
|
|
||||||
make clean install DESTDIR="../pkg" PREFIX="/usr"
|
|
||||||
cd - || exit 1
|
|
||||||
|
|
||||||
# xbps-create -A x86_64 \
|
|
||||||
# -n "st-dev-1.0.0_1" \
|
|
||||||
# -s "Test build of st" \
|
|
||||||
# pkg
|
|
||||||
|
|
Loading…
Reference in New Issue