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

X Strike Force X.Org X11 SVN commit: r552 - branches/6.9/debian



Author: dnusinow
Date: 2005-08-23 19:43:33 -0500 (Tue, 23 Aug 2005)
New Revision: 552

Modified:
   branches/6.9/debian/rules
Log:
Fix goofs in previous commit

Modified: branches/6.9/debian/rules
===================================================================
--- branches/6.9/debian/rules	2005-08-23 22:58:03 UTC (rev 551)
+++ branches/6.9/debian/rules	2005-08-24 00:43:33 UTC (rev 552)
@@ -173,15 +173,15 @@
 $(STAMP_DIR)/prepare: $(STAMP_DIR)
 	if [ ! -e $(STAMP_DIR)/patches ]; then \
 		mkdir $(STAMP_DIR)/patches; \
-		ln -s $(STAMP_DIR)/patches .pc \
-		echo 2 >$(STAMP_DIR)/patches/.version \
-	fi;
+		ln -s $(STAMP_DIR)/patches .pc; \
+		echo 2 >$(STAMP_DIR)/patches/.version; \
+	fi; \
 	if [ ! -e $(STAMP_DIR)/log ]; then \
 		mkdir $(STAMP_DIR)/log; \
-	fi;
+	fi; \
 	if [ ! -e patches ]; then \
-		ln -s debian/patches patches \
-	fi;
+		ln -s debian/patches patches; \
+	fi; \
 	>$@
 
 # Apply all patches to the upstream source.



Reply to: