[Pkg-ofed-commits] r657 - in /branches/ofed-1.5lenny/mpitests/trunk: ./ debian/

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Thu Feb 11 13:36:25 UTC 2010


Author: gmpc-guest
Date: Thu Feb 11 13:36:24 2010
New Revision: 657

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=657
Log:
Fix OUS install path

Modified:
    branches/ofed-1.5lenny/mpitests/trunk/Makefile
    branches/ofed-1.5lenny/mpitests/trunk/debian/doc-base

Modified: branches/ofed-1.5lenny/mpitests/trunk/Makefile
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5lenny/mpitests/trunk/Makefile?rev=657&op=diff
==============================================================================
--- branches/ofed-1.5lenny/mpitests/trunk/Makefile (original)
+++ branches/ofed-1.5lenny/mpitests/trunk/Makefile Thu Feb 11 13:36:24 2010
@@ -36,10 +36,10 @@
 	cp -f $(INSTALL_PRESTA)/glob     	$(INSTALL_DIR)/usr/bin
 	cp -f $(INSTALL_PRESTA)/globalop 	$(INSTALL_DIR)/usr/bin
 install-osu:
-	cp -f $(INSTALL_OSU)/osu_bw		$(INSTALL_DIR)/$(INSTALL_OSU)
-	cp -f $(INSTALL_OSU)/osu_bibw		$(INSTALL_DIR)/$(INSTALL_OSU)
-	cp -f $(INSTALL_OSU)/osu_bcast		$(INSTALL_DIR)/$(INSTALL_OSU)
-	cp -f $(INSTALL_OSU)/osu_latency	$(INSTALL_DIR)/$(INSTALL_OSU)
-	cp -f $(INSTALL_OSU)/osu_mbw_mr  	$(INSTALL_DIR)/$(INSTALL_OSU)
-	cp -f $(INSTALL_OSU)/osu_alltoall  	$(INSTALL_DIR)/$(INSTALL_OSU)
-	cp -f $(INSTALL_OSU)/osu_multi_lat	$(INSTALL_DIR)/$(INSTALL_OSU)
+	cp -f $(INSTALL_OSU)/osu_bw		$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_bibw		$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_bcast		$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_latency	$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_mbw_mr  	$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_alltoall  	$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_multi_lat	$(INSTALL_DIR)/usr/bin

Modified: branches/ofed-1.5lenny/mpitests/trunk/debian/doc-base
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5lenny/mpitests/trunk/debian/doc-base?rev=657&op=diff
==============================================================================
--- branches/ofed-1.5lenny/mpitests/trunk/debian/doc-base (original)
+++ branches/ofed-1.5lenny/mpitests/trunk/debian/doc-base Thu Feb 11 13:36:24 2010
@@ -1,7 +1,8 @@
 Document: imb-doc
-Title: Intel IMB 3.1 doc
+Title: Intel IMB 3.2 doc
 Section: System/Administration
 
 Format: PDF
-Files: /usr/share/doc/mpitests/doc/IMB_ug-3.1.pdf.gz
+Files: /usr/share/doc/mpitests/doc/IMB_Users_Guide.pdf.gz
 
+




More information about the Pkg-ofed-commits mailing list