Show
Ignore:
Timestamp:
12/07/07 07:50:40 (1 year ago)
Author:
chengyu
Message:

ntfs bug fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mwfetcher/install

    r735 r1481  
    11#!/bin/bash 
     2 
     3echo "Installing MwFetcher v0.1.2 ..." 
    24 
    35install_path=${1:-"/usr/sbin/"} 
     
    3032/bin/cp ./src/mwfetcher "$install_path" 
    3133chmod 755 "$install_path/mwfetcher" 
     34 
     35echo "Regenerate clean file list if you just upgraded to version 0.1.2!"