From 32c31c93f417140cf30733db2e88c78b7b7842d9 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Sun, 20 Sep 2009 17:35:43 +0200 Subject: [cvs] Make quits in current git HEAD: rules/cvs.make:132: *** invalid syntax in conditional. Signed-off-by: Juergen Beisert Signed-off-by: Marc Kleine-Budde (cherry picked from commit e3682dc90718dbded49a2af5063a5c0e9beed644) Signed-off-by: Marc Kleine-Budde --- rules/cvs.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/cvs.make b/rules/cvs.make index 37e6c0f04..23b1e17a4 100644 --- a/rules/cvs.make +++ b/rules/cvs.make @@ -129,7 +129,7 @@ $(STATEDIR)/cvs.targetinstall: ifdef PTXCONF_CVS_INETD @$(call install_alternative, cvs, 0, 0, 0644, /etc/inetd.conf.d/cvs, n) -ifneq ($(call remove_quotes, $(PTXCONF_CVS_SERVER_REPOSITORY),) +ifneq ($(call remove_quotes, $(PTXCONF_CVS_SERVER_REPOSITORY)),) # # add info about repository's root @$(call install_replace, cvs, /etc/inetd.conf.d/cvs, \ @ROOT@, \ -- cgit v1.2.3