leigh123linux pushed to blueman (f21). "Fix typo that causes a failure to update the common directory. (releng (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 26 21:32:35 UTC 2015


From c86eb8d7f4c3225b34f754ae80ca16dbec3a7bd9 Mon Sep 17 00:00:00 2001
From: Bill Nottingham <notting at fedoraproject.org>
Date: Wed, 25 Nov 2009 22:46:06 +0000
Subject: Fix typo that causes a failure to update the common directory.
 (releng     #2781)


diff --git a/Makefile b/Makefile
index dd6d7b3..662b9e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
 # Makefile for source rpm: blueman
-# $Id$
+# $Id: Makefile,v 1.1 2009/06/27 14:27:10 ausil Exp $
 NAME := blueman
 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.10.2


	http://pkgs.fedoraproject.org/cgit/blueman.git/commit/?h=f21&id=c86eb8d7f4c3225b34f754ae80ca16dbec3a7bd9


More information about the scm-commits mailing list