From: <te...@us...> - 2003-07-22 17:12:59
|
Update of /cvsroot/quickrip/quickrip In directory sc8-pr-cvs1:/tmp/cvs-serv30795 Modified Files: install.sh Added Files: quickrip.1.gz Log Message: Added online manual page for QuickRip, for those who might look for help with "man quickrip". --- NEW FILE: quickrip.1.gz --- (This appears to be a binary file; contents omitted.) Index: install.sh =================================================================== RCS file: /cvsroot/quickrip/quickrip/install.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** install.sh 11 May 2003 21:44:25 -0000 1.3 --- install.sh 22 Jul 2003 17:12:56 -0000 1.4 *************** *** 50,54 **** echo Changing to root to install files ! su -c "mkdir -p /usr/share/quickrip && cp *.py README LICENSE quickriprc /usr/share/quickrip && chmod a+x /usr/share/quickrip/quickrip.py && ln -sf /usr/share/quickrip/quickrip.py /usr/bin/quickrip" echo --- 50,54 ---- echo Changing to root to install files ! su -c "mkdir -p /usr/share/quickrip && cp *.py README LICENSE quickriprc /usr/share/quickrip && chmod a+x /usr/share/quickrip/quickrip.py && ln -sf /usr/share/quickrip/quickrip.py /usr/bin/quickrip && cp quickrip.1.gz /usr/man/man1" echo *************** *** 56,58 **** echo If you have any problems using QuickRip, please echo contact me and I\'ll see if I can help. Feel free ! echo to use the icons provided in the "icons" directory. --- 56,58 ---- echo If you have any problems using QuickRip, please echo contact me and I\'ll see if I can help. Feel free ! echo to use the icons provided in the "icons" directory. \ No newline at end of file |