wineasio: switch to INSTALL.msg.

This commit is contained in:
Juan RP 2014-09-15 17:30:57 +02:00
parent e6815ec326
commit d29a0d526c
2 changed files with 2 additions and 15 deletions

View File

@ -1,12 +1,3 @@
#
# This script will advise the user to register the wineasio.dll with WINE
# for their user account.
#
case "${ACTION}" in
pre)
;;
post)
cat << _EOF
===================================================================== =====================================================================
Be sure to run 'regsvr32 wineasio.dll' as your user before use! Be sure to run 'regsvr32 wineasio.dll' as your user before use!
@ -18,6 +9,3 @@ NOTE: The JACK server must be running in order to load the driver
into an application. into an application.
===================================================================== =====================================================================
_EOF
;;
esac

View File

@ -1,8 +1,8 @@
# Template file for 'wineasio' # Template file for 'wineasio'
pkgname=wineasio pkgname=wineasio
version=0.9.2 version=0.9.2
revision=3 revision=4
nonfree="yes" nonfree"yes
only_for_archs=i686 only_for_archs=i686
wrksrc=${pkgname} wrksrc=${pkgname}
homepage="http://sourceforge.net/projects/wineasio" homepage="http://sourceforge.net/projects/wineasio"
@ -21,7 +21,6 @@ do_build() {
make clean make clean
make ${makejobs} make ${makejobs}
} }
do_install() { do_install() {
vinstall wineasio.dll.so 755 usr/lib/wine vinstall wineasio.dll.so 755 usr/lib/wine
} }