diff options
author | root <root@rshg054.dnsready.net> | 2012-03-03 00:01:37 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-03 00:01:37 +0000 |
commit | d8fb549de0ef3299436c448f7b45fd8ebee8e733 (patch) | |
tree | 67a769fed7e632a9cc92478bcb7dd4e59dc22641 /multilib/lib32-sdl | |
parent | b479098a1b8d7cb545339cb225a7cde4988b2748 (diff) |
Sat Mar 3 00:01:37 UTC 2012
Diffstat (limited to 'multilib/lib32-sdl')
-rw-r--r-- | multilib/lib32-sdl/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/multilib/lib32-sdl/PKGBUILD b/multilib/lib32-sdl/PKGBUILD index a4520d40f..ce944c163 100644 --- a/multilib/lib32-sdl/PKGBUILD +++ b/multilib/lib32-sdl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 62690 2012-01-24 18:20:52Z bluewind $ +# $Id: PKGBUILD 66918 2012-03-01 15:51:48Z bluewind $ # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: dorphell <dorphell@archlinux.org> @@ -6,7 +6,7 @@ _pkgbasename=sdl pkgname=lib32-$_pkgbasename pkgver=1.2.15 -pkgrel=1 +pkgrel=2 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (32-bit)" arch=('x86_64') url="http://www.libsdl.org" @@ -35,5 +35,8 @@ package() { cd ${srcdir}/SDL-${pkgver} make DESTDIR=${pkgdir} install - rm -rf "${pkgdir}"/usr/{include,share,bin} + rm -rf "${pkgdir}"/usr/{include,share} + + cd "$pkgdir/usr/bin" + mv sdl-config sdl-config-32 } |