diff options
Diffstat (limited to 'misc/mc/files/patch-ac')
-rw-r--r-- | misc/mc/files/patch-ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/mc/files/patch-ac b/misc/mc/files/patch-ac index 2107be300f95..50f7a0eefc38 100644 --- a/misc/mc/files/patch-ac +++ b/misc/mc/files/patch-ac @@ -1,14 +1,14 @@ ---- Make.common.in.orig Mon Mar 30 05:26:08 1998 -+++ Make.common.in Sun Apr 12 03:19:48 1998 -@@ -16,6 +16,7 @@ - manprefix = +--- Make.common.in.orig Sun Dec 6 12:04:28 1998 ++++ Make.common.in Sun Dec 6 12:05:41 1998 +@@ -17,6 +17,7 @@ - bindir = $(exec_prefix)/bin -+sbindir = $(exec_prefix)/sbin + builddir = @builddir@ + bindir = @bindir@ ++sbindir = $(exec_prefix)/sbin libdir = $(exec_prefix)/lib/mc suppbindir = $(libdir)/bin tidir = $(libdir)/term -@@ -50,7 +51,7 @@ +@@ -52,7 +53,7 @@ # No way, to make make happy (except GNU), we cannot use := to append # something to these, so that's why there is a leading _ XCFLAGS = @CFLAGS@ |