Changeset 9b57c4d for app/dist


Ignore:
Timestamp:
05/09/08 08:49:43 (16 years ago)
Author:
pawelk <pawelk@…>
Branches:
master, help
Children:
3748bd1
Parents:
40358d2
git-author:
pawelk <pawelk@…> (05/09/08 08:49:43)
git-committer:
pawelk <pawelk@…> (05/09/08 08:49:43)
Message:

Kilka zmian technicznych, troche porzadku oraz uaktualnienie dystrybucji dla rpma.

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

Location:
app/dist
Files:
1 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • app/dist/spec/Makefile

    rb2647de r9b57c4d  
    1515        mkdir -p ${_UTT_ROOT} 
    1616        cp -rf ${UTT_DIST_DIR}/* ${_UTT_ROOT}/ 
    17         cp ../common/utt_make_config.pl ${_UTT_ROOT}/bin/ 
    18         chmod 755 ${_UTT_ROOT}/bin/utt_make_config.pl 
     17        mkdir -p ${_UTT_ROOT}/cnf 
     18        mv ${_UTT_ROOT}/etc/utt/*.conf ${_UTT_ROOT}/cnf/ 
     19        ${DIR}/../common/prepare_conf.sh ${_UTT_ROOT}/cnf ${_UTT_ROOT}/etc/utt \\\/usr\\\/local 
     20        rm -rf ${_UTT_ROOT}/cnf 
     21 
    1922        cp ../files/* ${_UTT_ROOT}/ 
    2023        cd ${_RPM_FROOT}; rpmbuild -bb ${DIR}/utt.spec 
  • app/dist/spec/README

    r25ae32e r9b57c4d  
    11This directory contains files necessary to produce rpm package. 
    22 
    3 First, you must have variable _UTT_DIST_DIR defined properly. 
     3First, you must have variable UTT_DIST_DIR defined properly. 
    44This variable should be defined by main Makefile. 
    55 
  • app/dist/tarball/INSTALL

    r20b4e44 r9b57c4d  
    11Here you can find some information about how to install utt. 
    22 
    3 You should just unpack archive and then  
    4 execute  
    5 bin/utt_make_config.pl 
    6  
     3You should just unpack archive and then execute 
     4make test 
     5make install 
  • app/dist/tarball/Makefile

    radb4c8d r9b57c4d  
    3636        mkdir -p ${_TARBALL_ROOT}/cnf 
    3737        mv ${_TARBALL_ROOT}/etc/utt/*.conf ${_TARBALL_ROOT}/cnf/ 
    38         ${DIR}/prepare_conf.sh ${_TARBALL_ROOT}/cnf ${_TARBALL_ROOT}/etc/utt 
     38        ${DIR}/../common/prepare_conf.sh ${_TARBALL_ROOT}/cnf ${_TARBALL_ROOT}/etc/utt \~\\\/.local 
    3939        rm -rf ${_TARBALL_ROOT}/cnf 
    4040        cp ./INSTALL ${_TARBALL_ROOT}/ 
Note: See TracChangeset for help on using the changeset viewer.