Skip to content

Commit

Permalink
FileHash has been deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvr committed May 8, 2020
1 parent 53a5854 commit c49ad56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ version_check:
@[ "$(VERSION)" = "" ] && { echo -e "Error: run make with VERSION=<version-number>.\n"; exit 1 ;} || exit 0

cleanup:
rm -rf Resources/FileHash*
find * -path "*~" -or -path "*/.\#*" | xargs rm -f
cd src; make clean

dist: version_check cleanup all
rm -f Data/Language/tt2_hu_HU.ts && git checkout Data/Language/tt2_hu_HU.ts
rm -rf $(PACKAGE_ROOT)
mkdir -p $(PACKAGE_BASE)
cat Resources/FileHash
ListProgramFiles $(PROGRAM) | cpio -p $(PACKAGE_BASE)
cd $(PACKAGE_DIR); tar cvp $(PROGRAM) | bzip2 > $(PACKAGE_FILE)
rm -rf $(PACKAGE_ROOT)
Expand Down

0 comments on commit c49ad56

Please sign in to comment.