aboutsummaryrefslogtreecommitdiff
path: root/lib/libmpeg2/make-xbmc-lib-win32.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmpeg2/make-xbmc-lib-win32.sh')
-rw-r--r--lib/libmpeg2/make-xbmc-lib-win32.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libmpeg2/make-xbmc-lib-win32.sh b/lib/libmpeg2/make-xbmc-lib-win32.sh
index ce54d062b8..10f85f7111 100644
--- a/lib/libmpeg2/make-xbmc-lib-win32.sh
+++ b/lib/libmpeg2/make-xbmc-lib-win32.sh
@@ -1,6 +1,7 @@
#!/bin/bash
MAKEFLAGS=""
+BGPROCESSFILE="$2"
if [ "$1" == "clean" ]
then
@@ -27,3 +28,6 @@ make $MAKEFLAGS &&
strip libmpeg2/.libs/*.dll &&
cp libmpeg2/.libs/*.dll /xbmc/system/players/dvdplayer/
+
+#remove the bgprocessfile for signaling the process end
+rm $BGPROCESSFILE \ No newline at end of file