change name in generated Makefile
This commit is contained in:
parent
331c908cb8
commit
1a4d5ade8f
@ -339,9 +339,9 @@ cp $perlFiles/$RepoName/* .
|
||||
|
||||
# create the Makefile
|
||||
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 $
|
||||
NAME := daemontools
|
||||
NAME := $RepoName
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
|
Loading…
Reference in New Issue
Block a user