Skip to content

Commit

Permalink
build: fix the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Nov 27, 2017
1 parent e0fad31 commit a598128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rm -rf darktable-"$dt_decoration"/tools/regression_tests

# wrap it up again
echo "* creating final tarball"
tar cf "darktable-$dt_decoration.tar$ darktable-$dt_decoration/"
tar cf darktable-$dt_decoration.tar darktable-$dt_decoration/ || exit
rm "$DT_SRC_DIR/darktable-$dt_decoration.tar"
xz -z -v -9 -e "darktable-$dt_decoration.tar"
cp "darktable-$dt_decoration.tar.xz" "$DT_SRC_DIR"
Expand Down

0 comments on commit a598128

Please sign in to comment.