source:
MondoRescue/branches/2.04_berlios/mindi-failsafe-kernel/install.sh@
85
| Last change on this file since 85 was 30, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 251 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | if [ ! -f "install.sh" ] ; then |
| 4 | echo "Please 'cd' to the directory you have just untarred." >> /dev/stderr |
| 5 | exit 1 |
| 6 | fi |
| 7 | local=/usr/local |
| 8 | mkdir -p $local/share/mindi |
| 9 | mkdir -p $local/sbin |
| 10 | |
| 11 | cp --parents -pRdf * $local/share/mindi/ |
| 12 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
