diff options
-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 7b0e032..f2ca6ae 100644 --- a/lib/compat/compat1x/Makefile +++ b/lib/compat/compat1x/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/12/23 21:47:26 jkh Exp $ +# $Id: Makefile,v 1.3 1996/12/28 17:42:46 peter Exp $ DISTRIBUTION= compat1x @@ -20,7 +20,7 @@ ${lib}: ${lib}.gz.uu .endfor install: - ${INSTALL} ${COPY} -o ${LIBMODE} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \ + ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \ ${DESTDIR}${LIBCOMPATDIR} # Get all the fruit, even though we don't set PROG. |