From f879555a3fc171661f1a756f6cd518e819bbead7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 30 Oct 2013 10:14:22 +0000 Subject: ==== release 2.14.0 ==== --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8f1b113..081dc56 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 2.13.0 +VERSION := 2.14.0 sysconfdir ?= /etc/lbu @@ -66,7 +66,7 @@ uniso: uniso.c $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ apk: $(APKF) - + install: $(BIN_FILES) $(SBIN_FILES) $(LIB_FILES) $(ETC_LBU_FILES) install -m 755 -d $(DESTDIR)/$(PREFIX)/bin install -m 755 $(BIN_FILES) $(DESTDIR)$(PREFIX)/bin -- cgit v1.2.3