wine: the /usr/lib32 changes are not necessary anymore.
This commit is contained in:
parent
77451b1845
commit
67eb82aaab
@ -3,7 +3,6 @@ pkgname=wine
|
||||
version=1.7.16
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--libdir=/usr/lib32"
|
||||
short_desc="Run Microsoft Windows applications"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="LGPL-2.1"
|
||||
@ -37,15 +36,6 @@ pre_configure() {
|
||||
sed -i 's/\(libncurses\)/\1w/g' configure
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/lib
|
||||
ln -s lib ${DESTDIR}/usr/lib32
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib32
|
||||
}
|
||||
|
||||
libwine_package() {
|
||||
short_desc+=" - Runtime library"
|
||||
replaces="libwine-unstable>=0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user