[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r1813 - trunk/xsfbs



Author: dnusinow
Date: 2006-04-15 20:19:59 -0400 (Sat, 15 Apr 2006)
New Revision: 1813

Modified:
   trunk/xsfbs/xsfbs.mk
Log:
Fix the last commit and fix spelling error. Thanks Brice Goglin for the spelling catch.

Modified: trunk/xsfbs/xsfbs.mk
===================================================================
--- trunk/xsfbs/xsfbs.mk	2006-04-16 00:01:23 UTC (rev 1812)
+++ trunk/xsfbs/xsfbs.mk	2006-04-16 00:19:59 UTC (rev 1813)
@@ -138,9 +138,9 @@
 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 \



Reply to: