comment xbps part of build script
This commit is contained in:
parent
b1e6f94685
commit
768a7dd1d2
1 changed files with 4 additions and 4 deletions
8
build.sh
8
build.sh
|
@ -10,7 +10,7 @@ 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
|
||||
# xbps-create -A x86_64 \
|
||||
# -n "st-dev-1.0.0_1" \
|
||||
# -s "Test build of st" \
|
||||
# pkg
|
||||
|
|
Loading…
Add table
Reference in a new issue