Skip to content

Commit

Permalink
Merge pull request #84 from aschnell/master
Browse files Browse the repository at this point in the history
- fixed removing old tarballs
  • Loading branch information
aschnell authored Feb 2, 2024
2 parents 6af6e13 + 58f253e commit 23c3621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EXTRA_DIST = $(doc_DATA) VERSION
barrel-$(VERSION).tar.xz: dist-xz

package: barrel-$(VERSION).tar.xz
rm -f package/barrel.tar.xz
rm -f package/barrel-*.tar.xz
mv barrel-$(VERSION).tar.xz package/

changes:
Expand Down

0 comments on commit 23c3621

Please sign in to comment.