From 2e08290789b8ec206aefd6b69b809369837b9dfb Mon Sep 17 00:00:00 2001 From: Perberos Date: Sun, 6 Nov 2011 12:53:37 -0300 Subject: links to sourceforge.net --- distro/ubuntu/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'distro/ubuntu/build') diff --git a/distro/ubuntu/build b/distro/ubuntu/build index b937217..64e484d 100755 --- a/distro/ubuntu/build +++ b/distro/ubuntu/build @@ -10,13 +10,10 @@ makedepends=('pkgconfig' 'intltool' 'mate-doc-utils') # editar esta funcion! build() { cd $pkgsrc - # obtener el archivo de github - wget -c https://github.com/perberos/${pkgname}/tarball/${pkgver} - # descomprimir tar xvzf ${pkgver} # entramos a la carpeta - cd *-${pkgname}-* + cd ${pkgname} ./autogen.sh \ --prefix=/usr --sysconfdir=/etc \ -- cgit v1.2.1