Fixed issue with path which was happened on Rudy's machine
This commit is contained in:
parent
e256328ee7
commit
b62c38088e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PACKAGE=cronosagent
|
||||
|
||||
PROJECT=$(pwd)/..
|
||||
PROJECT=$(readlink -f $0 | xargs dirname)/..
|
||||
OPENWRT=$HOME/openwrt
|
||||
|
||||
if [ -d $OPENWRT/package/$PACKAGE ]
|
||||
|
|
Loading…
Add table
Reference in a new issue