Skip to content

Commit

Permalink
* update the bundled tarball of npiet. (1.3c -> 1.3d)
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Dec 7, 2014
1 parent e345dc8 commit 44a27b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vendor/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LCI := lci-0.10.5
NPIET := npiet-1.3c
NPIET := npiet-1.3d
CFUNGE := cfunge-0.9.0
ACME_CHEF := Acme-Chef-1.01
LOCAL := $(CURDIR)/local
Expand All @@ -11,7 +11,6 @@ $(LOCAL)/bin/lci:
(cd $(LCI) && cmake -DCMAKE_INSTALL_PREFIX=$(LOCAL) . && make && make install)

$(LOCAL)/bin/npiet:
mkdir -p $(LOCAL)/man/man1 $(LOCAL)/man/man3 # workaround
tar xzf $(NPIET).tar.gz
(cd $(NPIET) && ./configure --prefix=$(LOCAL) && make && make install)

Expand Down
Binary file removed vendor/npiet-1.3c.tar.gz
Binary file not shown.
Binary file added vendor/npiet-1.3d.tar.gz
Binary file not shown.

0 comments on commit 44a27b1

Please sign in to comment.