mirror of
https://github.com/QSCTech/zjunet.git
synced 2026-01-22 19:54:48 +08:00
Fix build problem
This commit is contained in:
parent
a423aba8f1
commit
e8eb8c1530
@ -4,12 +4,14 @@ VERSION=$(cat ../lib/version)
|
||||
|
||||
cd rpm
|
||||
./build.sh $VERSION
|
||||
cd ..
|
||||
|
||||
cd debian
|
||||
./build.sh $VERSION > /dev/null
|
||||
./build.sh $VERSION
|
||||
cd ..
|
||||
|
||||
cd ../openwrt
|
||||
./build.sh $VERSION > /dev/null
|
||||
cd openwrt
|
||||
./build.sh $VERSION
|
||||
|
||||
cd ..
|
||||
find . -regextype posix-egrep -regex ".*\.(opk|deb|rpm)$"
|
||||
|
||||
@ -48,4 +48,5 @@ mv debian.deb zjunet_${VERSION}_all.deb
|
||||
|
||||
# remove debian/
|
||||
rm -rf ./debian
|
||||
rm -f control
|
||||
rm -rf control
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user