[Gambas-user] Re: Cd to Directory

Rolf Schmidt rolf.frogs at ...221...
Tue Sep 13 10:28:32 CEST 2005


Hi Steve

[ ]
> ####this is the wolfpkg script
> #!/bin/bash
> # Maintainer: Steve Starr <comtux at ...626...>
>
> name=sqlite
> version=3.2.5
> release=1
>
> pkg=/opt/build
>
>     rm -r $pkg
>     mkdir $pkg
Shouldn't you change into your $pkg directory befor you download and unpack?
>     wget $source
>
>     tar -xvzf $name-$version.tar.gz
>
>     cd $name-$version
>     ./configure --prefix=/usr
>     make
>     make prefix=$pkg/usr install
[ ]

Greetings
Rolf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20050913/6dd19e19/attachment.sig>


More information about the User mailing list