[SCM] UNNAMED PROJECT branch, debian-unstable, updated. 3ee9d5a018d873823da8cc9551a66bd401d167af

David Nusinow dnusinow at debian.org
Fri Mar 27 05:21:05 UTC 2009


The following commit has been merged in the debian-unstable branch:
commit 5a669d90089e7430c41f3e0d72e672aa2be6cbd8
Author: David Nusinow <dnusinow at debian.org>
Date:   Sun Apr 16 00:19:59 2006 +0000

    Fix the last commit and fix spelling error. Thanks Brice Goglin for the spelling catch.

diff --git a/xsfbs.mk b/xsfbs.mk
index 03408dd..a5a7b3d 100755
--- a/xsfbs.mk
+++ b/xsfbs.mk
@@ -138,9 +138,9 @@ stampdir_targets+=patch
 patch: $(STAMP_DIR)/patch
 $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
 	if ! [ `which quilt` ]; then \
-		echo "Couldn't find quilt. Please install it or add it to the build-depneds for this package." \
+		echo "Couldn't find quilt. Please install it or add it to the build-depends for this package."; \
 		exit 1; \
-	fi \
+	fi; \
 	if quilt next; then \
 	  echo -n "Applying patches..."; \
 	  if quilt push -a -v >$(STAMP_DIR)/log/patch 2>&1; then \

-- 
UNNAMED PROJECT



More information about the debian-science-commits mailing list