robert pushed to xforms (epel7). "Fix braindead typo from the original import"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 14:24:21 UTC 2015


>From 0e11677a6efaff2bcefa3172a025ab2e185f6392 Mon Sep 17 00:00:00 2001
From: gafton <gafton at fedoraproject.org>
Date: Wed, 24 Nov 2004 05:08:45 +0000
Subject: Fix braindead typo from the original import


diff --git a/Makefile b/Makefile
index 93b15cc..b10ce79 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ MAKEFILE_COMMON	:= $(shell $(find-makefile-common))
 ifeq ($(MAKEFILE_COMMON),)
 # attept a checkout
 define checkout-makefile-common
-test -f CVS/Rootx && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
 endef
 
 MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xforms.git/commit/?h=epel7&id=0e11677a6efaff2bcefa3172a025ab2e185f6392


More information about the scm-commits mailing list