build.sh improved :)
This commit is contained in:
parent
226d4ecd0a
commit
e256328ee7
1 changed files with 2 additions and 3 deletions
|
@ -3,10 +3,9 @@
|
|||
PACKAGE=cronosagent
|
||||
|
||||
PROJECT=$(pwd)/..
|
||||
OPENWRT=${HOME}/openwrt
|
||||
OPENWRT=$HOME/openwrt
|
||||
|
||||
test -d $OPENWRT/package/$PACKAGE
|
||||
if [ "$?" -eq "0" ]
|
||||
if [ -d $OPENWRT/package/$PACKAGE ]
|
||||
then
|
||||
# Remove existing package in buildroot
|
||||
rm -rf $OPENWRT/package/$PACKAGE
|
||||
|
|
Loading…
Add table
Reference in a new issue