Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Jul 1, 2015
1 parent 8846c83 commit 6255839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -73,5 +73,5 @@ binpkg:
srcpkg: $(DIST)/$(name_ver)-$(REL)-src.tar.xz

$(DIST)/$(name_ver)-$(REL)-src.tar.xz: $(DIST)/$(name_ver)-src.tar.bz2
cd $(DIST); tar cJf $(name_ver)-$(REL)-src.tar.xz $(name_ver)-src.tar.bz2 $(name_ver)-$(REL).cygport
cd $(DIST); tar cJf $(name_ver)-$(REL)-src.tar.xz $(TARUSER) $(name_ver)-src.tar.bz2 $(name_ver)-$(REL).cygport

0 comments on commit 6255839

Please sign in to comment.