From 16205a7fdf45bfc579fcb9051651e47360e45e27 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Thu, 15 Mar 2012 13:05:37 +0100 Subject: [PATCH 1/2] fix thinp Makefile With utilities in /usr/sbin it doesn't work - it must not redefine DESTDIR... (thanks kabi for fix) Milan --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index d659b4e..99037a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61,8 +61,8 @@ LIBS:=-lstdc++ LIBEXPAT:=-lexpat INSTALL:=@INSTALL@ STRIP= -DESTDIR:=@prefix@ -BINDIR:=$(DESTDIR)/sbin +PREFIX:=@prefix@ +BINDIR:=$(DESTDIR)$(PREFIX)/sbin MANPATH:=$(DESTDIR)$(MANDIR) vpath %.cc $(TOP_DIR) From c632c52cf516c8b4b48136111bba96adc6f615a6 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 15 Mar 2012 15:09:00 +0000 Subject: [PATCH 2/2] bump version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7693c96..446ba66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 \ No newline at end of file +0.1.4 \ No newline at end of file