From e6c194543a5282c1e7178974eb438a30b6f741e1 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Mon, 24 Apr 2017 13:50:11 -0500 Subject: [PATCH] Rebuilt with new Makefile.snaplinux - removed lib64 links --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd51ac4..45511df 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ export URL = https://sites.google.com/site/fullycapable/ BRIEF = Library for POSIX.1e functionality DESC = This is a library for getting and setting POSIX.1e (formerly POSIX 6) \ draft 15 capabilities. -SNAPVER = 3 +SNAPVER = 4 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')