Skip to content

Commit 918ee6d

Browse files
committed
macros: name the file like macros.$(SERVICE_NAME)
There's no need to convert dashes to underscore in filename. * lib/rpm/Makefile.inc (rpm_macros): Substitute s/SERVICE_NAME_VARNAME/SERVICE_NAME/.
1 parent 54bb4c1 commit 918ee6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rpm/Makefile.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rpm_macros = %D%/macros.d/macros.$(NAME_SERVICE_VARNAME)
1+
rpm_macros = %D%/macros.d/macros.$(NAME_SERVICE)
22
rpm_macros_in = %D%/macros.d/macros.in
33

44
rpmmacros_DATA = $(rpm_macros)

0 commit comments

Comments
 (0)