From b46310c9f0fa44ac4a669d3985d6921d07e1a459 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Wed, 19 Apr 2017 10:56:06 -0500 Subject: [PATCH] Rebuilt with new Makefile.snaplinux which uses links for /lib64 and /usr/lib64 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0025485..cd51ac4 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 = 2 +SNAPVER = 3 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')