Changeset 11522 in project
- Timestamp:
- 07/31/08 07:59:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
maintenance/chicken-dev-snapshot.sh
r11269 r11522 5 5 csi=$chickenpath/bin/csi 6 6 chicken=$chickenpath/bin/chicken 7 chickenlib=$chickenpath/lib 7 8 todaydir=`date +%Y/%m/%d` 8 9 today=`date +%Y%m%d` … … 57 58 ### generate the source snapshot 58 59 cd $tmpdir/trunk 59 $csi -s scripts/makedist.scm PREFIX=$chickenpath60 LD_LIBRARY_PATH=$chickenlib $csi -s scripts/makedist.scm PREFIX=$chickenpath 60 61 61 62
Note: See TracChangeset
for help on using the changeset viewer.