Changeset 1481 for trunk/mwfetcher/install
- Timestamp:
- 12/07/07 07:50:40 (1 year ago)
- Files:
-
- trunk/mwfetcher/install (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/mwfetcher/install
r735 r1481 1 1 #!/bin/bash 2 3 echo "Installing MwFetcher v0.1.2 ..." 2 4 3 5 install_path=${1:-"/usr/sbin/"} … … 30 32 /bin/cp ./src/mwfetcher "$install_path" 31 33 chmod 755 "$install_path/mwfetcher" 34 35 echo "Regenerate clean file list if you just upgraded to version 0.1.2!"
