summaryrefslogtreecommitdiff
path: root/distro/ubuntu
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-06 12:53:37 -0300
committerPerberos <[email protected]>2011-11-06 12:53:37 -0300
commit2e08290789b8ec206aefd6b69b809369837b9dfb (patch)
tree5a1c15c138c08375484e3b65e01243d9e963f157 /distro/ubuntu
parentd164249c38a547be375657762e1617ed40a0920e (diff)
downloadmate-screensaver-2e08290789b8ec206aefd6b69b809369837b9dfb.tar.bz2
mate-screensaver-2e08290789b8ec206aefd6b69b809369837b9dfb.tar.xz
links to sourceforge.net
Diffstat (limited to 'distro/ubuntu')
-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 \