diff options
Diffstat (limited to 'packaging/imake-1.0.2-find-pedantry.patch')
-rw-r--r-- | packaging/imake-1.0.2-find-pedantry.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/imake-1.0.2-find-pedantry.patch b/packaging/imake-1.0.2-find-pedantry.patch new file mode 100644 index 0000000..27e555a --- /dev/null +++ b/packaging/imake-1.0.2-find-pedantry.patch @@ -0,0 +1,10 @@ +diff -up imake-1.0.2/cleanlinks.jx imake-1.0.2/cleanlinks +--- imake-1.0.2/cleanlinks.jx 2004-12-03 19:42:46.000000000 -0500 ++++ imake-1.0.2/cleanlinks 2009-02-08 02:17:08.000000000 -0500 +@@ -23,5 +23,5 @@ find . -type l -print | + + echo Removing empty directories ... + #find . -type d -depth -print | xargs rmdir > /dev/null 2>&1 +-find . -type d -depth -empty -print -exec rmdir {} \; ++find . -depth -type d -empty -print -exec rmdir {} \; + exit 0 |