From cec677f6022983afbc144a52eff8a719a1086577 Mon Sep 17 00:00:00 2001 From: waker Date: Fri, 29 Apr 2011 21:46:54 +0200 Subject: added converter to main tarball/autotools distribution; few minor fixups in soundtouch --- scripts/portable_postbuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/portable_postbuild.sh') diff --git a/scripts/portable_postbuild.sh b/scripts/portable_postbuild.sh index ad2ec8df..968e4c49 100755 --- a/scripts/portable_postbuild.sh +++ b/scripts/portable_postbuild.sh @@ -19,7 +19,7 @@ for i in nullout cdda flac alsa mpgmad hotkeys vtx \ lastfm sid adplug sndfile artwork \ supereq gme dumb notify musepack wildmidi \ tta dca aac mms shn ao shellexec vfs_zip \ - m3u ; do + m3u converter ; do if [ -f ./plugins/$i/.libs/$i.so ]; then cp ./plugins/$i/.libs/$i.so $PLUGDIR/ else @@ -47,7 +47,7 @@ for i in pause_16.png play_16.png noartwork.jpg buffering_16.png; do done # docs -for i in ChangeLog help.txt COPYING.GPLv2 about.txt translators.txt; do +for i in ChangeLog help.txt COPYING.GPLv2 COPYING.LGPLv2.1 about.txt translators.txt; do cp ./$i $DOCDIR/ done -- cgit v1.2.3