summaryrefslogtreecommitdiff
path: root/distro/ubuntu/build
diff options
context:
space:
mode:
Diffstat (limited to 'distro/ubuntu/build')
-rwxr-xr-xdistro/ubuntu/build5
1 files changed, 1 insertions, 4 deletions
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 \