source: MondoRescue/branches/2.05/mindi-failsafe-kernel/install.sh@ 101

Last change on this file since 101 was 30, checked in by bcornec, 19 years ago

Id property added on files to allow for better conf. management

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 251 bytes
Line 
1#!/bin/sh
2
3if [ ! -f "install.sh" ] ; then
4 echo "Please 'cd' to the directory you have just untarred." >> /dev/stderr
5 exit 1
6fi
7local=/usr/local
8mkdir -p $local/share/mindi
9mkdir -p $local/sbin
10
11cp --parents -pRdf * $local/share/mindi/
12exit 0
Note: See TracBrowser for help on using the repository browser.