1
0
mirror of https://github.com/QSCTech/zjunet.git synced 2026-01-22 19:54:48 +08:00
zjunet/build/build.sh

18 lines
207 B
Bash
Raw Permalink Normal View History

2014-09-30 20:34:58 +08:00
#!/bin/bash
VERSION=$(cat ../VERSION)
2014-09-30 20:34:58 +08:00
cd rpm
./build.sh $VERSION
2015-02-08 23:01:01 +08:00
cd ..
2014-09-30 20:34:58 +08:00
cd debian
2015-02-08 23:01:01 +08:00
./build.sh $VERSION
cd ..
2014-09-30 20:34:58 +08:00
2015-02-08 23:01:01 +08:00
cd openwrt
./build.sh $VERSION
2014-09-30 20:34:58 +08:00
cd ..
2015-02-08 22:56:20 +08:00
find . -regextype posix-egrep -regex ".*\.(opk|deb|rpm)$"