From 047470c538160aa90c53ffdec391f6b703323ed3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 6 Mar 2014 21:29:31 +0100 Subject: [PATCH] steam: run ldconfig via post-install on x86_64 for now. --- srcpkgs/steam/INSTALL | 8 ++++++++ srcpkgs/steam/template | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/steam/INSTALL diff --git a/srcpkgs/steam/INSTALL b/srcpkgs/steam/INSTALL new file mode 100644 index 00000000000..e20b68d55e5 --- /dev/null +++ b/srcpkgs/steam/INSTALL @@ -0,0 +1,8 @@ +# XXX +case "${ACTION}" in +post) + if [ -e usr/lib32 ]; then + ldconfig usr/lib32 + fi + ;; +esac diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template index 30b5747f77a..4119e729a34 100644 --- a/srcpkgs/steam/template +++ b/srcpkgs/steam/template @@ -4,7 +4,7 @@ only_for_archs="i686 x86_64" pkgname=steam version=1.0.0.47 -revision=2 +revision=3 wrksrc=steam makedepends="curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf" depends="${makedepends}"