Ignore:
Timestamp:
05/08/08 11:48:30 (16 years ago)
Author:
pawelk <pawelk@…>
Branches:
master, help
Children:
0e3df7e
Parents:
d33e555
git-author:
pawelk <pawelk@…> (05/08/08 11:48:30)
git-committer:
pawelk <pawelk@…> (05/08/08 11:48:30)
Message:

Przygotowana dystrybujca tarball. Czesciowo przetestowane.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@45 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/dist/tarball/Makefile

    rb2647de radb4c8d  
    3333        cp -fr ${UTT_DIST_DIR}/* ${_TARBALL_ROOT} 
    3434        @# we add some extra files 
    35         cp ../common/utt_make_config.pl ${_TARBALL_ROOT}/bin/ 
    36         chmod 755 ${_TARBALL_ROOT}/bin/utt_make_config.pl 
     35        @# config files 
     36        mkdir -p ${_TARBALL_ROOT}/cnf 
     37        mv ${_TARBALL_ROOT}/etc/utt/*.conf ${_TARBALL_ROOT}/cnf/ 
     38        ${DIR}/prepare_conf.sh ${_TARBALL_ROOT}/cnf ${_TARBALL_ROOT}/etc/utt 
     39        rm -rf ${_TARBALL_ROOT}/cnf 
    3740        cp ./INSTALL ${_TARBALL_ROOT}/ 
     41        cp ./Makefile.tarball ${_TARBALL_ROOT}/Makefile 
    3842        cp ../files/* ${_TARBALL_ROOT}/ 
     43 
    3944 
    4045        tar -czf ${UTT_DIST_OUTPUT}/${_TAR_FILE_NAME} utt* 
Note: See TracChangeset for help on using the changeset viewer.