Last change
on this file since 39 was 30, checked in by bcornec, 20 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 |
|
---|
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.