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

13 lines
194 B
Bash
Raw Permalink Normal View History

2014-09-30 20:34:58 +08:00
#!/bin/bash
2014-11-22 17:21:02 +08:00
VERSION=$(cat ../lib/version)
2014-09-30 20:34:58 +08:00
cd debian
./build.sh $VERSION > /dev/null
cd ../openwrt
./build.sh $VERSION > /dev/null
cd ..
find . -regextype posix-egrep -regex ".*\.(opk|deb)$"