Skip to content

Commit

Permalink
Switch to git-archive instead of tar hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
cblack-r7 committed Mar 23, 2020
1 parent 639850c commit 0775787
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ check:
@shellcheck -s sh ./generate.sh

package: check gen
@cp -r output/ color7-output/
@tar cvzf color7.tar.gz color7-output/*
@rm -rf color7-output/
@git archive --prefix=color7/ --format=tar -o color7.tar HEAD
@gzip color7.tar

install_xfce: check gen
@mkdir -p $(HOME)/.local/share/xfce4/terminal/colorschemes
Expand Down

0 comments on commit 0775787

Please sign in to comment.