From 4e707c6b536f7c7ddaedaeb4dae84e3f898426e5 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Wed, 22 Oct 2008 21:55:40 +1100 Subject: Fixed #1650 - OS X package creation script should be more selective about cleaning out prior versions --- CHANGELOG | 5 ++++- conf/osx/preflight | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0c581e8..e432110 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,7 @@ -1.5.x: +1.5.3: + Fixed #1650 - OS X package creation script should be more selective + about cleaning out prior versions + Added Ubuntu to a variety of confines Fixed #1619 - Applying patch by seanmil, adding support for SLES. diff --git a/conf/osx/preflight b/conf/osx/preflight index 400a261..9b2c07e 100755 --- a/conf/osx/preflight +++ b/conf/osx/preflight @@ -8,4 +8,5 @@ # ${3} is the destination volume so that this works correctly # when being installed to volumes other than the current OS. -rm -Rf "${3}{SITELIBDIR}/facter*" +/bin/rm -Rf "${3}{SITELIBDIR}/facter" +/bin/rm -Rf "${3}{SITELIBDIR/facter.rb" -- cgit