diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-12-25 10:21:50 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-12-25 10:21:50 +0800 |
commit | b85a5eeb8124c947998e249594378739eaecc46c (patch) | |
tree | e794dd1f7e7c27a9a07f3f5ed2fd04ac3b8c289e | |
parent | fce30afaf888ceb28130fc18d7d5fdce9288e1a5 (diff) | |
download | freebsd-ports-gnome-b85a5eeb8124c947998e249594378739eaecc46c.tar.gz freebsd-ports-gnome-b85a5eeb8124c947998e249594378739eaecc46c.tar.zst freebsd-ports-gnome-b85a5eeb8124c947998e249594378739eaecc46c.zip |
Unbreak mc
PR: 15676
-rw-r--r-- | misc/mc/files/patch-ai | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/mc/files/patch-ai b/misc/mc/files/patch-ai index 928ae75deb6d..a98f532a9b31 100644 --- a/misc/mc/files/patch-ai +++ b/misc/mc/files/patch-ai @@ -9,12 +9,3 @@ XZIP="$DZIP/zip -g" XDZIP="$DZIP/zip -d" XUNZIP="$DZIP/unzip" -@@ -67,7 +67,7 @@ - if ($8 ~ /\/$/) - printf "drwxr-xr-x 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, $8 - else -- printf "-rw-r--r-- 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 " ") -+ printf "-rw-r--r-- 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 " ")) - }' 2>/dev/null - fi - } |