source: MondoRescue/trunk/mindi-failsafe-kernel/install.sh@ 28

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

Failsafe kernel for mindi is now managed under SVN

  • Property svn:executable set to *
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.