BINMODE != BINOWN - I was wondering why the output files were owned by

uid 555. :-)
This commit is contained in:
Jordan K. Hubbard 1996-12-23 21:47:28 +00:00
parent 3454b02adb
commit 9e08703418
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.1 1996/12/23 05:07:32 peter Exp $
DISTRIBUTION= compat20
@ -16,7 +16,7 @@ ${lib}: ${lib}.gz.uu
.endfor
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

View file

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.1 1996/12/23 05:07:37 peter Exp $
DISTRIBUTION= compat21
@ -15,7 +15,7 @@ ${lib}: ${lib}.gz.uu
.endfor
install:
${INSTALL} -p -o ${BINMODE} -g ${BINGRP} -m ${BINMODE} ${LIBS} \
${INSTALL} -p -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${LIBS} \
${DESTDIR}${BINDIR}
# Get all the fruit, even though we don't set PROG