summaryrefslogtreecommitdiff
path: root/scripts/portable_postbuild.sh
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-29 21:46:54 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-29 21:46:54 +0200
commitcec677f6022983afbc144a52eff8a719a1086577 (patch)
treed0ed4e8023785df4f6f1f183efdc5f7fad3434a4 /scripts/portable_postbuild.sh
parent19c45f58cf04f237d5d52458936e973fe2fafef1 (diff)
added converter to main tarball/autotools distribution;
few minor fixups in soundtouch
Diffstat (limited to 'scripts/portable_postbuild.sh')
-rwxr-xr-xscripts/portable_postbuild.sh4
1 files changed, 2 insertions, 2 deletions
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