diff --git a/pkg/fedora/make-dist.sh b/pkg/fedora/make-dist.sh index 0935464e7ad0048808fea579ca1abc23a0c79498..728918844844057fe0bfaa52fb2c206d33654f4f 100755 --- a/pkg/fedora/make-dist.sh +++ b/pkg/fedora/make-dist.sh @@ -226,6 +226,8 @@ set -x echo "Creating bundle $bundle_name" cd dist rm -rf $bundle_name +rm -rf diaspora +git clone --quiet $GIT_REPO cd diaspora if [ "$BUNDLE_FIX" = 'yes' ]; then rm -f Gemfile.lock