steam: run ldconfig via post-install on x86_64 for now.
This commit is contained in:
parent
a26205c634
commit
047470c538
2 changed files with 9 additions and 1 deletions
8
srcpkgs/steam/INSTALL
Normal file
8
srcpkgs/steam/INSTALL
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# XXX
|
||||||
|
case "${ACTION}" in
|
||||||
|
post)
|
||||||
|
if [ -e usr/lib32 ]; then
|
||||||
|
ldconfig usr/lib32
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
|
@ -4,7 +4,7 @@ only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
pkgname=steam
|
pkgname=steam
|
||||||
version=1.0.0.47
|
version=1.0.0.47
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=steam
|
wrksrc=steam
|
||||||
makedepends="curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
makedepends="curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
|
|
Loading…
Reference in a new issue