diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-07-23 21:28:00 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 08:55:27 -0500 |
commit | 5071ae464366bde08e15bf44d346db048d9e421d (patch) | |
tree | 342df94e104f378861c9eddf16e6056bae0e9fd9 /libraries/pangomm/pangomm.SlackBuild | |
parent | 494142a85159c48a8f04134834e13f64562d8068 (diff) |
libraries/pangomm: Updated for version 2.28.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/pangomm/pangomm.SlackBuild')
-rw-r--r-- | libraries/pangomm/pangomm.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/pangomm/pangomm.SlackBuild b/libraries/pangomm/pangomm.SlackBuild index 94cfee810804..0f917074a948 100644 --- a/libraries/pangomm/pangomm.SlackBuild +++ b/libraries/pangomm/pangomm.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pangomm -VERSION=${VERSION:-2.28.1} +VERSION=${VERSION:-2.28.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +62,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . chmod -R a-s,u+rw,go-w+r . |