mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Fix bin/pr506 - uname from current system
This commit is contained in:
parent
af7f66183c
commit
961ce31804
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13964
@ -4,7 +4,8 @@
|
||||
|
||||
MAN1= send-pr.1
|
||||
SUBMITTERS= current-users
|
||||
RELEASE!= uname -rsm
|
||||
RELEASE= `uname -rsm`
|
||||
RELEASE_EV!= uname -rsm
|
||||
CLEANFILES+= send-pr send-pr.el
|
||||
|
||||
SUBDIR+= doc
|
||||
@ -22,7 +23,7 @@ send-pr: send-pr.sh Makefile
|
||||
|
||||
send-pr.el: send-pr-el.in Makefile
|
||||
sed -e 's,@DATADIR@,/etc,g' \
|
||||
-e 's/@DEFAULT_RELEASE@/$(RELEASE)/g' \
|
||||
-e 's/@DEFAULT_RELEASE@/$(RELEASE_EV)/g' \
|
||||
-e 's/"unknown"/"$(SUBMITTERS)"/g' \
|
||||
${.ALLSRC:N*Makefile} > ${.TARGET}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user