mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
f77.script resides in source, not obj dir
This commit is contained in:
parent
fae772f7b2
commit
e98bbd43df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3273
@ -31,6 +31,6 @@ CLEANFILES+=\
|
||||
|
||||
afterinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${INSTALLFLAGS} f77.script ${DESTDIR}${BINDIR}/f77
|
||||
${INSTALLFLAGS} ${.CURDIR}/f77.script ${DESTDIR}${BINDIR}/f77
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user