فهرست منبع

Use the right fix this time.

Carter Shanklin 11 سال پیش
والد
کامیت
e7e11f9d6e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tpcds-gen/Makefile

+ 1 - 1
tpcds-gen/Makefile

@@ -16,7 +16,7 @@ target/lib/dsdgen.jar: target/tools/dsdgen
 
 target/tools/dsdgen: target/tpcds_kit.zip
 	test -d target/tools/ || (cd target; unzip tpcds_kit.zip)
-	test -d target/tools/ || (cd target; mv "DS Tools/tools" tools)
+	test -d target/tools/ || (cd target; mv TPC*/tools tools)
 	cd target/tools; cat ../../patches/all/*.patch | patch -p0
 	cd target/tools; cat ../../patches/${MYOS}/*.patch | patch -p1
 	cd target/tools; make clean; make dsdgen