xentaur

diff build-xenomips-image @ 28:d22ff6f55dc5

autoredraw + link state fix
author igor
date Fri Sep 21 20:48:40 2007 +0300 (2007-09-21)
parents aa20b6252730
children 532f2ed25f70
line diff
     1.1 --- a/build-xenomips-image	Thu Sep 20 18:07:17 2007 +0300
     1.2 +++ b/build-xenomips-image	Fri Sep 21 20:48:40 2007 +0300
     1.3 @@ -44,7 +44,7 @@
     1.4  build_and_install_dynamips()
     1.5  {
     1.6      OLD_PWD="`pwd`"
     1.7 -    DESTDIR=`pwd`/${WORK_DIR}
     1.8 +    DESTDIR=${WORK_DIR}/usr
     1.9  
    1.10      if echo $DYNAMIPS_BUILD | grep -qi ^y
    1.11      then
    1.12 @@ -59,7 +59,7 @@
    1.13      else
    1.14          cd ${DYNAMIPS_BUILD_DIR}/dynamips*/
    1.15      fi
    1.16 -    make install DESTDIR=${DESTDIR}/usr
    1.17 +    make install DESTDIR=${DESTDIR}
    1.18      cd ${OLD_PWD}
    1.19  }
    1.20