diff options
Diffstat (limited to 'lib/compat/compat1x')
-rw-r--r-- | lib/compat/compat1x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile index c8490eb..ab2150e 100644 --- a/lib/compat/compat1x/Makefile +++ b/lib/compat/compat1x/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1996/12/23 05:07:21 peter Exp $ DISTRIBUTION= compat1x @@ -22,7 +22,7 @@ libtermlib.so.1.1: libtermcap.so.1.1 ln libtermcap.so.1.1 libtermlib.so.1.1 install: - ${INSTALL} -c -o ${BINMODE} -g ${BINGRP} -m ${BINMODE} ${LIBS} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${LIBS} \ ${DESTDIR}${BINDIR} # Get all the fruit, even though we don't set PROG |