pulseaudio: the /usr/lib32 changes are now unnecessary.
This commit is contained in:
parent
f7c121f42f
commit
e013eab01e
|
@ -27,14 +27,6 @@ license="LGPL-2"
|
|||
distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz"
|
||||
checksum=99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
configure_args+=" --libdir=/usr/lib32"
|
||||
pre_install() {
|
||||
vmkdir usr/lib
|
||||
ln -s lib ${DESTDIR}/usr/lib32
|
||||
}
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
}
|
||||
|
@ -58,8 +50,6 @@ 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() {
|
||||
|
|
Loading…
Reference in New Issue