Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Check if build-essential is installed for .deb target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Ferrier committed Dec 18, 2014
1 parent 00b0f7f commit 07420d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
TEMPDIR := $(shell mktemp -t tmp.XXXXXX -d)

builddeb:
sudo apt-get install build-essential
cp -R debian/DEBIAN/ $(TEMPDIR)
mkdir -p $(TEMPDIR)/usr/bin
mkdir -p $(TEMPDIR)/usr/share/doc/email2pdf
Expand Down

0 comments on commit 07420d4

Please sign in to comment.