fix typo
SVN-Revision: 7637
This commit is contained in:
parent
796e53414f
commit
74f84753e7
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ uci_add_update() {
|
|||
case "$PACKAGE" in
|
||||
/*) UCIFILE="$PACKAGE";;
|
||||
*)
|
||||
UCIDIR="/tmp/.uci/$PACKAGE_BASE"
|
||||
UCIFILE="/tmp/.uci/$PACKAGE_BASE"
|
||||
mkdir -p "/tmp/.uci"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue