Newer version of the script upstream
This commit is contained in:
parent
33c8a3b5d5
commit
f14a4898c8
|
@ -62,7 +62,8 @@ fi
|
|||
|
||||
[ "$clean" -ne 0 ] && exit 0
|
||||
|
||||
APPINTERFACE="$1"
|
||||
APPINTERFACE="${APPINTERFACE##*/}"
|
||||
target="$1"
|
||||
source="${target#$OBJDIR}"
|
||||
APPINTERFACE="${source##*/}"
|
||||
APPINTERFACE="../data/${APPINTERFACE%%.h}.interface"
|
||||
$APPBROKER -o "$1" "$APPINTERFACE"
|
||||
$APPBROKER -o "$target" "$APPINTERFACE"
|
||||
|
|
Loading…
Reference in New Issue
Block a user