diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-30 10:14:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-30 10:14:22 +0000 |
commit | f879555a3fc171661f1a756f6cd518e819bbead7 (patch) | |
tree | 13197514deec66872c1bd9affb31bc9fbb998a97 /Makefile | |
parent | 040617e7fdd342de7f0d3bd9401535729a675a8e (diff) | |
download | alpine-conf-f879555a3fc171661f1a756f6cd518e819bbead7.zip |
==== release 2.14.0 ====
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |