I couldn't test this, since it died partway through the build, but
it should fix the install. I did a partial test (which turned-out to be a good thing) of a partial build, and it worked, at least...
This commit is contained in:
parent
2a2e7e38f4
commit
991d4d08c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12681
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 18 Mar 1996
|
||||
# Whom: John Polstra <jdp@polstra.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.20 1998/06/06 20:31:52 jdp Exp $
|
||||
# $Id: Makefile,v 1.21 1998/06/27 05:19:10 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= modula-3-3.6
|
||||
|
@ -54,6 +54,10 @@ do-install:
|
|||
sed -e "/^@/d" -e "/m3build-/d" -e "s/\.gz$$//" \
|
||||
-e "/^share/d" ${PLIST} | \
|
||||
cpio -dump -R ${BINOWN}.${BINGRP} ${PREFIX}
|
||||
@cd ${temp_prefix}/man/man1; \
|
||||
umask 022; \
|
||||
${ECHO} ${MAN1} | perl -pe 's/ /\n/g' | \
|
||||
cpio -dump -R ${MANOWN}.${MANGRP} ${PREFIX}/man/man1
|
||||
@echo "Fixing absolute pathnames in installed files"
|
||||
@${SH} ${SCRIPTDIR}/fix_pathnames ${temp_prefix} ${PREFIX}
|
||||
@echo "Rebuilding and shipping m3build with correct pathnames"
|
||||
|
|
Loading…
Reference in a new issue