| ![[BACK]](/icons/cvsweb/back.gif) Return to install-man CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dnsmasq / bld | 
1.1       misho       1: #!/bin/sh
                      2: 
                      3: for f in *; do
                      4:   if [ -d $f ]; then
                      5:      $2 -m 755 -d $1/$f/man8 
                      6:      $2 -m 644 $f/dnsmasq.8 $1/$f/man8
                      7:      echo installing $f/man8/dnsmasq.8
                      8:   fi
                      9: done