xentaur
changeset 20:34d502d7e06c
*** empty log message ***
author | igor |
---|---|
date | Thu Sep 20 18:29:23 2007 +0300 (2007-09-20) |
parents | aa20b6252730 |
children | 3f704d1f0f85 |
files | build-xenomips-image |
line diff
1.1 --- a/build-xenomips-image Thu Sep 20 18:07:17 2007 +0300 1.2 +++ b/build-xenomips-image Thu Sep 20 18:29:23 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