From cc168432ae53253434e446ca9fdb78393933bb1e Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Thu, 2 Mar 2017 11:07:34 -0600 Subject: [PATCH] Corrected man page symbolic links --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23f4571..9bf27bf 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ export ARCH = x86_64 export URL = http://savannah.nongnu.org/projects/attr BRIEF = Filesystem extended attributes utilities DESC = Commands for Manipulating Filesystem Extended Attributes -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')