change name in generated Makefile

This commit is contained in:
Trevor Batley 2024-03-26 16:38:45 +11:00
parent 331c908cb8
commit 1a4d5ade8f

View File

@ -339,9 +339,9 @@ cp $perlFiles/$RepoName/* .
# create the Makefile # create the Makefile
cat > Makefile <<- _EOT cat > Makefile <<- _EOT
# Makefile for source rpm: daemontools # Makefile for source rpm: $RepoName
# $Id: Makefile,v 1.1 2016/02/04 12:24:52 vip-ire Exp $ # $Id: Makefile,v 1.1 2016/02/04 12:24:52 vip-ire Exp $
NAME := daemontools NAME := $RepoName
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common define find-makefile-common