From 6a595b1a48c903d2df79a2a610039d72fd18e21a Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Thu, 14 Feb 2013 10:45:05 +0100 Subject: [PATCH] copy bug in pack release --- pack-release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pack-release.sh b/pack-release.sh index d19213e7..60594871 100755 --- a/pack-release.sh +++ b/pack-release.sh @@ -4,6 +4,7 @@ cp iitc-debug.user.js dist/total-conversion-build.user.js cp style.css dist/style.css cp external/* dist/ -cp -r images/ dist/images +rm -r dist/images/ +cp -r images/ dist/images/ echo 'Change path of style.css to dist/style.css'