tPOSIXify find(1Ã) command to list all ports - distro - linux distribution experiments
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 64164b5c18fc37cdf4bce499955ab62887b9a201
 (DIR) parent fba58d446aba2c84cf592625e4e7e8ea48ffb488
 (HTM) Author: z3bra <contactatz3bradotorg>
       Date:   Mon, 29 Oct 2018 12:24:17 +0100
       
       POSIXify find(1Ã) command to list all ports
       
       Diffstat:
         M pkg/mkfile                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/pkg/mkfile b/pkg/mkfile
       t@@ -1,4 +1,4 @@
       -ALL = `{find . -mindepth 1 -maxdepth 1 -type d}
       +ALL = `{find * -type d -prune}
        
        <config.mk