>From df54ec3078ca6367506eab2a26bed9f0c1f5bb42 Mon Sep 17 00:00:00 2001
From: Bill Nottingham <nott...@fedoraproject.org>
Date: Wed, 25 Nov 2009 23:31:27 +0000
Subject: Fix typo that causes a failure to update the common directory.
 (releng     #2781)

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index ce7d2b0..a7b5c4d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
 # Makefile for source rpm: perl-URI-Find
-# $Id$
+# $Id: Makefile,v 1.1 2008/12/14 05:38:04 kevin Exp $
 NAME := perl-URI-Find
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
 MAKEFILE_COMMON := $(shell $(find-makefile-common))
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-URI-Find.git/commit/?h=el6&id=df54ec3078ca6367506eab2a26bed9f0c1f5bb42
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to