Changeset 964


Ignore:
Timestamp:
Oct 18, 2011, 5:21:11 PM (13 years ago)
Author:
pstorz
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dassmodus/trunk/dassmodus/packaging/create_rpm_sources.sh

    r963 r964  
    22# create rpm souce tarbz2s from source tree
    33
    4 if [ $# -ne 2 ]
     4if [ $# -ne 1 ]
    55then
    66    echo "Error in $0 - Invalid Argument Count"
     
    99fi
    1010
     11for PACK in dassmodus nosferatu; do
    1112
    12 MODULENAME=$1
    13 VERSION=$2
     13MODULENAME=$PACK
     14VERSION=$1
    1415
    1516mkdir python-${MODULENAME}-${VERSION}
     
    2930rm -Rvf python-${MODULENAME}-${VERSION}
    3031
     32done
Note: See TracChangeset for help on using the changeset viewer.