Changeset 590


Ignore:
Timestamp:
Sep 4, 2002, 8:17:42 AM (22 years ago)
Author:
pstorz
Message:

Ablage der builds in /tmp/smartclient/BUILD_DIST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/technical/common/build/build.sh

    r587 r590  
    11#!/bin/bash
    22# Remote build script (iboernig@suse.de)
    3 # $Id: build.sh,v 1.4 2002/09/03 14:11:29 pstorz Exp $
     3# $Id: build.sh,v 1.5 2002/09/04 06:17:42 pstorz Exp $
    44#
    55# Kurze Featuritis:
     
    3636[ -z "$BUILD_PREPARE_SPEC" ] && BUILD_PREPARE_SPEC="no"
    3737
    38 [ -z $DEST_DIR ] && DEST_DIR="/tmp/smartclient_build"
     38[ -z $DEST_DIR ] && DEST_DIR="/tmp/smartclient_build/$BUILD_DIST"
    3939
    4040# Hier gehts los:
Note: See TracChangeset for help on using the changeset viewer.