Last change
on this file since 3518 was 354, checked in by bcornec, 19 years ago |
import website content + contrib + monitas doc
|
-
Property svn:executable
set to
*
|
File size:
486 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | # Install the docs
|
---|
4 | mkdir -p /usr/share/doc/backup-kungfu-0.1.2
|
---|
5 | cp ./README COPYRIGHT CHANGELOG /usr/share/doc/backup-kungfu-0.1.2/
|
---|
6 | chmod 444 /usr/share/doc/backup-kungfu-0.1.2/*
|
---|
7 |
|
---|
8 | # Install the example conf and the executable
|
---|
9 | cp ./backup-kungfu.conf /etc/
|
---|
10 | cp ./backup-kungfu /usr/local/bin
|
---|
11 | chmod 644 /etc/backup-kungfu.conf
|
---|
12 | chmod 744 /usr/local/bin/backup-kungfu
|
---|
13 |
|
---|
14 | echo "Everything installed. Please read /usr/share/doc/backup-kungfu-0.1.2/README before you run the script"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.