Changeset 4550

Show
Ignore:
Timestamp:
02/09/07 15:44:40 (1 year ago)
Author:
morris
Message:

Fix distribution

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • build/trunk/build.conf

    r4547 r4550  
    5656 
    5757distribute_url=~/Desktop 
     58distribute=1 
    5859 
    59 clean=1 
     60clean=0 
  • build/trunk/scripts/build.mk

    r4547 r4550  
    2424dist: 
    2525ifeq ($(DISTRIBUTE), 1) 
    26         find $(SVN_PATH) -name "$(TARBALL)" -exec scp -c blowfish "{}" $(DIST_URL)/$(DISTBALL) \; 
     26        find $(SVN_PATH) -name "$(TARBALL)" -exec scp -c blowfish "{}" $(DISTRIBUTE_URL)/$(DISTBALL) \; 
    2727endif