From 6f3c05ee8abadacbeb0e04aea82bf5a823b367b0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 27 Jan 2016 13:35:01 +0100 Subject: reproducible fdroid: use force --- bin/reproducible_setup_fdroid_build_environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh index db944001..27128ba6 100755 --- a/bin/reproducible_setup_fdroid_build_environment.sh +++ b/bin/reproducible_setup_fdroid_build_environment.sh @@ -20,7 +20,7 @@ WORKSPACE=$BASE/fdroid # add locking here to only run this if no build job is running… # # not yet needed, as we don't have any build jobs yet -rm $WORKSPACE -r +rm $WORKSPACE -rf mkdir -p $WORKSPACE cleanup_all() { -- cgit v1.2.3-54-g00ecf