summaryrefslogtreecommitdiff
path: root/distro/ubuntu/build
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-12-01 19:52:44 -0300
committerPerberos <[email protected]>2011-12-01 19:52:44 -0300
commitbcc0f49f596385b3f5eb30c44be9bfdb0acf23b3 (patch)
treec9b191acc0930fbf2af260e51c5b0de250b5054d /distro/ubuntu/build
parent3132884a5727498c67bd93fb24e2b4925756e5a4 (diff)
downloadmate-backgrounds-bcc0f49f596385b3f5eb30c44be9bfdb0acf23b3.tar.bz2
mate-backgrounds-bcc0f49f596385b3f5eb30c44be9bfdb0acf23b3.tar.xz
updating version tag
Diffstat (limited to 'distro/ubuntu/build')
-rwxr-xr-xdistro/ubuntu/build7
1 files changed, 5 insertions, 2 deletions
diff --git a/distro/ubuntu/build b/distro/ubuntu/build
index c6cfb01..cdc1f98 100755
--- a/distro/ubuntu/build
+++ b/distro/ubuntu/build
@@ -2,7 +2,7 @@
# fill it
pkgname=mate-backgrounds
-pkgver=2011.10.29
+pkgver=2011.12.01
pkgrel=1
pkgdesc="Background images and data for MATE"
@@ -14,7 +14,10 @@ build() {
# entramos a la carpeta
cd ${pkgname}
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var || return 1
make || return 1