From 762b47481b9f20ad2b6038528b26b7e052729924 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sun, 11 Jun 2017 14:28:06 -0500 Subject: [PATCH] Added libattr glibc as dependencies --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c601ea3..27c8c42 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,13 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = +DEPENDS = libattr,glibc ARCH = x86_64 URL = https://savannah.gnu.org/projects/patch/ DESC = Patch takes a patch file containing a difference listing produced \ by the diff programm and applies those differences to one or more original \ files, producing patched versions -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')