Skip to content

Commit 6a6a10b

Browse files
committed
apache: fix builds on opensuse
opensuse does not like quotes in the file names.
1 parent 4448639 commit 6a6a10b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/apache-omd/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ include ../../Makefile.omd
33
NAME = apache-omd
44
VERSION = 1.0
55
DIR = $(NAME)-$(VERSION)
6-
FCGI_FILE="mod_fcgid-2.3.9"
7-
MOD_RPAF_VERSION="0.8"
8-
MOD_PROMETHEUS_STATUS_VERSION="0.3.2"
6+
FCGI_FILE=mod_fcgid-2.3.9
7+
MOD_RPAF_VERSION=0.8
8+
MOD_PROMETHEUS_STATUS_VERSION=0.3.2
99

1010
GOPKG = 1.26
1111
GOVERSION = $(shell grep ^VERSION ../go-${GOPKG}/Makefile | awk '{ print $$3 }')

0 commit comments

Comments
 (0)