From: Gerry Rozema Date: Thu, 27 Jul 2006 19:22:40 +0000 (+0000) Subject: Minor change to firstboot, closes #591 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6f0b787692a28db7a96ebfed6b079e36271d3183;p=librecmc%2Flibrecmc.git Minor change to firstboot, closes #591 SVN-Revision: 4307 --- diff --git a/openwrt/package/base-files/brcm-2.4/bin/firstboot b/openwrt/package/base-files/brcm-2.4/bin/firstboot index d37ce4f90b..b65d3ee98b 100755 --- a/openwrt/package/base-files/brcm-2.4/bin/firstboot +++ b/openwrt/package/base-files/brcm-2.4/bin/firstboot @@ -22,7 +22,7 @@ dupe() { # ./rom/note) ;; #nothing ./etc/config*|\ ./etc/resolv.conf|\ - ./usr/lib/ipkg/info) cp -af $2/$file $file;; + ./usr/lib/ipkg/info/*) cp -af $2/$file $file;; *) ln -sf /rom/${file#./*} $file;; esac done