Subversion Repositories camp_sysinfo_client_3

Rev

Rev 21 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21 Rev 22
Line 41... Line 41...
41
      }
41
      }
42
   }
42
   }
43
 
43
 
44
   # copy the binary files and the documentation. Default all to
44
   # copy the binary files and the documentation. Default all to
45
   # 0600
45
   # 0600
46
   for $file ( 'sysinfo-client','notes', 'sysinfo-client.conf.template','configure.pl', 'uninstall.pl' ) {
46
   for $file ( 'sysinfo-client','notes', 'sysinfo-client.conf.template','configure.pl', 'uninstall.pl', 'sysinfoconf.pm' ) {
47
      `cp $file $binDir`;
47
      `cp $file $binDir`;
48
      `chmod 0600 $binDir/$file`;
48
      `chmod 0600 $binDir/$file`;
49
   }
49
   }
50
 
50
 
51
   # Set permissions for the executable files
51
   # Set permissions for the executable files