From 37bdfeea2079238ec6e8e5eee1c0f063109ab08a Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Thu, 6 Apr 2017 13:39:58 -0500 Subject: [PATCH] Corrected BRIEF in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 247ed34..487af5d 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,9 @@ export SRCPKG = bzip2 export DEPENDS = glibc export ARCH = x86_64 export URL = http://www.bzip.org/ -BREIF = The bzip2 data compressor +BRIEF = The bzip2 data compressor DESC = bzip2 is a freely available, patent free, high-quality data compressor -SNAPVER = 1 +SNAPVER = 2 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')