From f5fb2d383ee9836bddd031b714907cddacd28046 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Tue, 14 Oct 2008 08:47:21 +1100 Subject: Fixed #1649 - OS X package creation script should be more selective about cleaning out prior versions --- conf/osx/preflight | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/osx/preflight b/conf/osx/preflight index 57ebcb67e..cde682b9c 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}/puppet*" +/bin/rm -Rf "${3}{SITELIBDIR}/puppet" +/bin/rm -Rf "${3}{SITELIBDIR}/puppet.rb" -- cgit