Skip to content

Commit

Permalink
Fix 'make orig.tar' by removing unnecessary logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehdoyle committed Jan 3, 2021
1 parent dbaf537 commit 7ae383b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,9 @@ uninstall:
sudo rm -rf /usr/share/due

orig.tar:
ifneq ($(wildcard $(DEBIAN_BUILD_BRANCH)),)
@echo "Check out the master branch to create orig.tar."
else
$(Q) git archive --format=tar.gz --prefix=due_$(DUE_VERSION)/ -o ../due_$(DUE_VERSION).orig.tar.gz master
@echo "Produced tar file in parent directory."
$(Q) ls -lrt ../*.gz
endif

debian-package: orig.tar
@echo "######################################################################"
Expand Down

0 comments on commit 7ae383b

Please sign in to comment.