From 500320a0e4d92096b90aaea69d67435fcdafc73f Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 13 Jan 2013 12:19:22 +0200 Subject: [PATCH] stamp.sh: Add subtitle paths Signed-off-by: Toni Gundogdu --- stamp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stamp.sh b/stamp.sh index 8791235..de631b4 100755 --- a/stamp.sh +++ b/stamp.sh @@ -40,7 +40,7 @@ stamp_scripts() } [ -x "$top_distdir/gen-ver.sh" ] && { echo "Stamp lua scripts..." - D='common/ media/ playlist/ scan/ util/' + D='common/ media/ playlist/ scan/ subtitle/ subtitle/export/ util/' for d in $D; do find "$top_distdir/share/$d" -name '*.lua' \ -exec echo "Stamp {}" \; \ -- 2.11.4.GIT