[pisa-src] r1440 - trunk/tools/subversion/pisa_runautobuild

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 29 Oct 2009 21:42:04 +0100

Author: biurrun
Date: Thu Oct 29 21:42:04 2009
New Revision: 1440

Log:
The trunk subdirectory of the openwrt directory was removed.

Modified:
   trunk/tools/subversion/pisa_runautobuild

Modified: trunk/tools/subversion/pisa_runautobuild
==============================================================================
--- trunk/tools/subversion/pisa_runautobuild    Thu Oct 29 21:02:56 2009        
(r1439)
+++ trunk/tools/subversion/pisa_runautobuild    Thu Oct 29 21:42:04 2009        
(r1440)
@@ -59,7 +59,7 @@
 cd $BUILD_DIR/openwrt
 run_program make -j16 package/pisa-clean V=99
 run_program rm -rf package/pisa
-run_program cp -r $CHECKOUT_DIR/openwrt/trunk/package/pisa package/
+run_program cp -r $CHECKOUT_DIR/openwrt/package/pisa package/
 # Patch the PISA package OpenWrt Makefile.
 # We have no error handling here - we expect errors to be caught by Make.
 WRT_PISA_VERSION=$(echo $PISA_TARBALL | cut -d . -f 1-3 | cut -d - -f 2)

Other related posts:

  • » [pisa-src] r1440 - trunk/tools/subversion/pisa_runautobuild - Diego Biurrun