Do not use deprecated path to functions.sh (/etc/functions.sh -> /lib/functions.sh)

SVN-Revision: 34793
This commit is contained in:
Mirko Vogt
2012-12-19 16:07:50 +00:00
parent 439a869090
commit e34a4e0c7b
12 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
# Licence GPL V2
# Author david.goodenough@linkchoose.co.uk
# Based on cf2nand from RB532 support
. /etc/functions.sh
. /lib/functions.sh
[ -d /tmp/wget2nand-rootfs ] && {
echo "/tmp/wget2nand-rootfs already exists"