(doesn't hurt other finds)

Index: bin/postinst.sh
===================================================================
--- bin/postinst.sh     (revision 12576)
+++ bin/postinst.sh     (working copy)
@@ -46,7 +46,7 @@
 fi
 if [ "$HB_PLATFORM" != "hpux" ]; then
    # Keep the size of the libraries to a minimim, but don't try to strip 
symlinks.
-   ${HB_CCPREFIX}strip -S `find $HB_LIB_INSTALL -type f -maxdepth 1`
+   ${HB_CCPREFIX}strip -S `find $HB_LIB_INSTALL -maxdepth 1 -type f`
 fi
 
 chmod 644 $HB_INC_INSTALL/*

-- 
[-]

mkdir /nonexistent
Index: bin/postinst.sh
===================================================================
--- bin/postinst.sh     (revision 12576)
+++ bin/postinst.sh     (working copy)
@@ -46,7 +46,7 @@
 fi
 if [ "$HB_PLATFORM" != "hpux" ]; then
    # Keep the size of the libraries to a minimim, but don't try to strip 
symlinks.
-   ${HB_CCPREFIX}strip -S `find $HB_LIB_INSTALL -type f -maxdepth 1`
+   ${HB_CCPREFIX}strip -S `find $HB_LIB_INSTALL -maxdepth 1 -type f`
 fi
 
 chmod 644 $HB_INC_INSTALL/*
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to