[pisa-src] r2326 - trunk/openwrt/configure_router.sh

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 12 May 2010 00:35:05 +0200

Author: gherzan
Date: Wed May 12 00:35:04 2010
New Revision: 2326

Log:
cosmetics: fix vertical alignment.

Modified:
   trunk/openwrt/configure_router.sh

Modified: trunk/openwrt/configure_router.sh
==============================================================================
--- trunk/openwrt/configure_router.sh   Wed May 12 00:02:34 2010        (r2325)
+++ trunk/openwrt/configure_router.sh   Wed May 12 00:35:04 2010        (r2326)
@@ -88,8 +88,8 @@
 rsync ${HIPL_PATH}/hipl*.tar.gz ${OPENWRT_PATH}/dl
 
 mkdir -p "${OPENWRT_PATH}/package/hipl"
-rsync -Lr --delete "${HIPL_PATH}/packaging/openwrt/package/Makefile"       
"${OPENWRT_PATH}/package/hipl"
-rsync -Lr --delete "${HIPL_PATH}/packaging/openwrt/package/files"          
"${OPENWRT_PATH}/package/hipl"
+rsync -Lr --delete "${HIPL_PATH}/packaging/openwrt/package/Makefile"     
"${OPENWRT_PATH}/package/hipl"
+rsync -Lr --delete "${HIPL_PATH}/packaging/openwrt/package/files"        
"${OPENWRT_PATH}/package/hipl"
 rsync -Lr --delete --exclude=.svn "${PISA_OPENWRT_PATH}/package/pisa"    
"${OPENWRT_PATH}/package/"
 
 sed -i -e "s/PKG_VERSION:=.*/PKG_VERSION:=$PISA_VERSION/" 
"${OPENWRT_PATH}/package/pisa/Makefile"

Other related posts:

  • » [pisa-src] r2326 - trunk/openwrt/configure_router.sh - Mircea Gherzan