From 90cc50d13529520525553535d556ac2b54b45b54 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Wed, 19 Apr 2017 10:52:56 -0500 Subject: [PATCH] Rebuilt with new Makefile.snaplinux which makes /lib64 and /usr/lib64 links --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31e830b..92f2b9d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ URL = https://www.gnu.org/software/libc/ BRIEF = The GNU C Library DESC = The GNU C Library is used as the C library in the GNU system and in \ GNU/Linux systems, as well as many other systems that use Linux as the kernel. -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')