From f8598bbcc761139c29897aed6746921740c3a061 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Wed, 12 Feb 2003 20:36:20 +0000 Subject: [PATCH] Release 5.1.6 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@491 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sm5/Makefile b/sm5/Makefile index 56e926f85..dded5b312 100644 --- a/sm5/Makefile +++ b/sm5/Makefile @@ -2,7 +2,7 @@ # # Home page: http://smartmontools.sourceforge.net # -# $Id: Makefile,v 1.52 2003/02/12 20:07:10 ballen4705 Exp $ +# $Id: Makefile,v 1.53 2003/02/12 20:36:20 ballen4705 Exp $ # # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # @@ -151,6 +151,7 @@ release: smartd.conf.5 rm -rf $(pkgname) mkdir $(pkgname) cp -a $(releasefiles) $(pkgname) + rm -rf $(pkgname)/examplescripts/CVS tar zcvf $(pkgname).tar.gz $(pkgname) mv -f $(pkgname) $(pkgname2) tar zcvf $(pkgname2).tar.gz $(pkgname2) -- GitLab