From 6bd6bdd7a061edd2bca41511fdbf5335fb1fe04a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Mar 2013 13:35:15 +0100 Subject: php-pear-phing: remove jsmin from task/defaults.properties --- strip.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'strip.sh') diff --git a/strip.sh b/strip.sh index e376009..41571a0 100755 --- a/strip.sh +++ b/strip.sh @@ -8,7 +8,13 @@ if [ -f $name-$1.tgz ]; then tar tf $name-$1.tgz | sort >$list.old rm -r $name-$1/tasks/ext/jsmin - sed -e '/tasks\/ext\/jsmin/d' -i package.xml + + sed -e '/^jsmin=/d' \ + -i $name-$1/tasks/defaults.properties + + sed -e '/tasks\/ext\/jsmin/d' \ + -e '/defaults.properties/s/md5sum.*name/name/' \ + -i package.xml tar czf $name-$1-strip.tgz package.xml $name-$1 tar tf $name-$1-strip.tgz | grep -v '/$' | sort >$list.new -- cgit