[pisa-src] r2575 - trunk/tools/testbed/plugins/classes/pisa/build_pre_hook

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 16 May 2011 19:56:37 +0200

Author: richter
Date: Mon May 16 19:56:36 2011
New Revision: 2575

Log:
fix copying of libpisa openwrt package

Modified:
   trunk/tools/testbed/plugins/classes/pisa/build_pre_hook

Modified: trunk/tools/testbed/plugins/classes/pisa/build_pre_hook
==============================================================================
--- trunk/tools/testbed/plugins/classes/pisa/build_pre_hook     Mon May 16 
19:50:20 2011        (r2574)
+++ trunk/tools/testbed/plugins/classes/pisa/build_pre_hook     Mon May 16 
19:56:36 2011        (r2575)
@@ -16,7 +16,7 @@
                 cd "$OPENWRT_PATH"
                 make package/pisa/install
                 cp bin/*/packages/pisa-* "$BIN_PATH/"
-                cp bin/*/packages/libpisa-* "$BIN_PATH/"
+                cp bin/*/packages/libpisa* "$BIN_PATH/"
                 ;;
         esac
     done
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2575 - trunk/tools/testbed/plugins/classes/pisa/build_pre_hook - Samuel Richter