From d3f2a199af21f18604677892ae506c8d5828cc82 Mon Sep 17 00:00:00 2001 From: Ed Braaten Date: Tue, 1 Jul 2014 18:13:36 -0700 Subject: [PATCH] Fixed installer to not delete itself. Release 1.0.1. --- install-pkg/Makefile | 2 +- install-pkg/install.hdr.in | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/install-pkg/Makefile b/install-pkg/Makefile index ffdc542..02993d9 100644 --- a/install-pkg/Makefile +++ b/install-pkg/Makefile @@ -10,7 +10,7 @@ PACKAGEFILES:=../chkhosts.sh \ ../chkhosts-sample.d/status-up/ BUILDDIR=./build SHORT_SHA:=$(shell git rev-parse --short HEAD) -VERSION_STRING?=v1.0.0 (git-$(SHORT_SHA)) +VERSION_STRING?=v1.0.1 (git-$(SHORT_SHA)) tarball: cp install.hdr.in install.hdr diff --git a/install-pkg/install.hdr.in b/install-pkg/install.hdr.in index e48e666..e0b192f 100644 --- a/install-pkg/install.hdr.in +++ b/install-pkg/install.hdr.in @@ -61,9 +61,8 @@ cp chkhosts.sh $TARGETBINDIR chmod 755 $TARGETBINDIR/chkhosts.sh rm -f chkhosts.sh -# All done - vanish +# All done - say good-bye echo 'Installation complete! :-)' -rm -f $0 exit 0 __ARCHIVE_FOLLOWS__