- Timestamp:
- Oct 18, 2011, 5:21:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dassmodus/trunk/dassmodus/packaging/create_rpm_sources.sh
r963 r964 2 2 # create rpm souce tarbz2s from source tree 3 3 4 if [ $# -ne 2]4 if [ $# -ne 1 ] 5 5 then 6 6 echo "Error in $0 - Invalid Argument Count" … … 9 9 fi 10 10 11 for PACK in dassmodus nosferatu; do 11 12 12 MODULENAME=$ 113 VERSION=$ 213 MODULENAME=$PACK 14 VERSION=$1 14 15 15 16 mkdir python-${MODULENAME}-${VERSION} … … 29 30 rm -Rvf python-${MODULENAME}-${VERSION} 30 31 32 done
Note:
See TracChangeset
for help on using the changeset viewer.