You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/gt5/files/gt5-1.4.0-empty-dirs.patch

12 lines
321 B

--- a/gt5 2011-01-10 23:01:29.778000092 +0100
+++ b/gt5 2011-01-10 23:01:16.577000089 +0100
@@ -261,7 +261,7 @@
#can du handle depths?
DEPTH="$(du --help 2>&1 | "$AWK" '
- /depth/{sub(/^[^-]*/,""); sub(/[N ].*/,""); print; exit}
+ /depth/{sub(/^[^-]*/,""); sub(/,[N ].*/,""); print; exit}
')$((MAX_DEPTH+1))"
{