diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rwxr-xr-x | conf/osx/preflight | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -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" |