diff options
author | Perberos <[email protected]> | 2011-11-07 16:12:19 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 16:12:19 -0300 |
commit | c52283c46b1d92b34823fec3d506422e555f6434 (patch) | |
tree | d5416138f22124b38677d3ff5708c6d01038655e /distro/ubuntu | |
parent | 4fe0abce632771a01b2d7177458407b852a1d036 (diff) | |
download | mate-terminal-c52283c46b1d92b34823fec3d506422e555f6434.tar.bz2 mate-terminal-c52283c46b1d92b34823fec3d506422e555f6434.tar.xz |
updating version number
Diffstat (limited to 'distro/ubuntu')
-rwxr-xr-x | distro/ubuntu/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distro/ubuntu/build b/distro/ubuntu/build index b198dde..c28087d 100755 --- a/distro/ubuntu/build +++ b/distro/ubuntu/build @@ -2,7 +2,7 @@ # fill it pkgname=mate-terminal -pkgver=2011.10.14 +pkgver=2011.11.07 pkgrel=1 pkgdesc="The MATE Terminal Emulator" #depends="gstreamer0.10-base-plugins, mate-panel, mate-character-map, libgtop, libmatenotify, cpufrequtils" @@ -14,7 +14,7 @@ build() { # entramos a la carpeta cd ${pkgname} - ./configure --prefix=/usr --sysconfdir=/etc --disable-static \ + ./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-static \ --localstatedir=/var --disable-scrollkeeper || return 1 # there is some pre-compiled files on the tar |