Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 4b4af1c544854253161deab02d81f5bb > files > 3

imake-1.0.2-15.fc13.src.rpm

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