diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template index 8aa1a8e7ae..84b61e5cd4 100644 --- a/srcpkgs/pulseaudio/template +++ b/srcpkgs/pulseaudio/template @@ -1,7 +1,7 @@ # Template file for 'pulseaudio' pkgname=pulseaudio version=5.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap --enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc @@ -33,9 +33,6 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then vmkdir usr/lib ln -s lib ${DESTDIR}/usr/lib32 } - post_install() { - rm ${DESTDIR}/usr/lib32 - } fi pre_configure() { @@ -61,6 +58,8 @@ post_install() { # when there's a Skype call incoming sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \ -i ${DESTDIR}/usr/bin/start-pulseaudio-x11 + + rm -f ${DESTDIR}/usr/lib32 } libpulseaudio_package() {