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