On Wed, Sep 18, 2002 at 12:06:52AM -0300, Joel Franco Guzm?n <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> I have written a bash script that automatically process the
> licq-daily archive and install this periodically in the your local
> machine.
>
> I?m sending this to the community, bcoz of i think that i could
> colaborate with the projetct and help to improve the download test
> script.
...
> install() {
> cd $WORK_DIR/$BUILD_DIR || exit 1
> sudo make install || exit 1
> cd $WORK_DIR/$BUILD_DIR || exit 1
> cd plugins/qt-gui || exit 1
> sudo make install || exit 1
> cd $WORK_DIR/$BUILD_DIR || exit 1
> cd plugins/console || exit 1
> sudo make install || exit 1
> }
Two things:
First, being able to run 'make install' makes it trivial to gain full
root access.
Second, it would be easier (and more efficient) to use cvs update
instead of wget and tar.
--
Tim van Erven <[EMAIL PROTECTED]>
OpenPGP Key ID: 712CB811 Fingerprint: F6C9 61EE 242C C012 36D5
BBF8 6310 D557 712C B811
-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel