Changeset 594

Show
Ignore:
Timestamp:
03/29/07 15:05:57 (2 years ago)
Author:
sacha
Message:

ok just trunk no branches. one more time.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/debian-base-hefeweizen-installation.sh

    r593 r594  
    11#/bin/sh 
    22target=/usr/local/src/HefeWeizenProject 
    3 bin_dir=$target/HefeWeizen/trunk/bin 
     3bin_dir=$target/trunk/bin 
    44 
    55echo "update debian package repository" 
     
    2020 
    2121echo "Downloading the source code. Here is a userinteraction required. Please accept (temporarly or permanently the certificate) to continue downloading the source code." 
    22 svn checkout https://svn.havanawave.com:443/svn/HefeWeizen 
     22svn checkout https://svn.havanawave.com:443/svn/HefeWeizen/trunk 
    2323if [ $? = 0 ]; then 
    2424    echo "Successfully checkout the latest version of HefeWeizen."