summaryrefslogtreecommitdiff
path: root/scripts/portable_package_static.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/portable_package_static.sh')
-rwxr-xr-xscripts/portable_package_static.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/portable_package_static.sh b/scripts/portable_package_static.sh
index 22cb0a47..0568c7f6 100755
--- a/scripts/portable_package_static.sh
+++ b/scripts/portable_package_static.sh
@@ -57,5 +57,6 @@ tar jcvf ../portable_out/build/deadbeef-$VERSION-static-i686.tar.bz2\
$PLUGDIR/converter_gtkui.fallback.so\
$PLUGDIR/pulse.so\
$PLUGDIR/dsp_libsrc.so\
- $PIXMAPDIR
+ $PIXMAPDIR\
+ $SRCDIR/locale
cd ..