SVN-Revision: 7637
owl
Felix Fietkau 2007-06-15 15:18:58 +00:00
parent 796e53414f
commit 74f84753e7
1 changed files with 1 additions and 1 deletions

View File

@ -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