mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fill in SUBMITTER= line correctly.
This commit is contained in:
parent
469247c74c
commit
2c0f145076
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ all: send-pr
|
|||
send-pr: send-pr.sh Makefile
|
||||
sed -e 's,@DATADIR@,/etc,g' \
|
||||
-e 's/@DEFAULT_RELEASE@/$(RELEASE)/g' \
|
||||
-e 's/^SUBMITTER=/SUBMITTER=$(SUBMITTERS)/' \
|
||||
-e 's/^SUBMITTER=.*/SUBMITTER=$(SUBMITTERS)/' \
|
||||
${.ALLSRC:N*Makefile} > ${.TARGET}
|
||||
|
||||
send-pr.el: send-pr-el.in Makefile
|
||||
|
|
|
|||
Loading…
Reference in a new issue