X-Git-Url: http://popeye.lapinbilly.eu/git/?p=zfsinstaller.git;a=blobdiff_plain;f=zfsinstall.sh;h=184e48ed28e475eb66ae07af2240e4d01a4a1f9c;hp=b9004655a306771fc4202085446766c8a878fee8;hb=b4c1e1ffb0c0140ac806cf31095b8f4f5edcf128;hpb=4b846bcb2af67273510995b8e524c1a2a67680dc diff --git a/zfsinstall.sh b/zfsinstall.sh index b900465..184e48e 100644 --- a/zfsinstall.sh +++ b/zfsinstall.sh @@ -140,7 +140,7 @@ echo installing files into ${COPYCAT} install -o root -g wheel -d -m 0755 ${DESTDIR}${COPYCAT} || exit 1 for I in *; do if [ -r "${I}" -a -f ${I} ]; then - install -o root -g wheel -m 0644 * ${DESTDIR}${COPYCAT}/ + install -o root -g wheel -m 0644 ${I} ${DESTDIR}${COPYCAT}/ fi done COPYCAT="/etc/rc.conf.d/network"