Changeset 9b57c4d for app/dist/spec
- Timestamp:
- 05/09/08 08:49:43 (17 years ago)
- 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)
- Location:
- app/dist/spec
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
app/dist/spec/Makefile
rb2647de r9b57c4d 15 15 mkdir -p ${_UTT_ROOT} 16 16 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 19 22 cp ../files/* ${_UTT_ROOT}/ 20 23 cd ${_RPM_FROOT}; rpmbuild -bb ${DIR}/utt.spec -
app/dist/spec/README
r25ae32e r9b57c4d 1 1 This directory contains files necessary to produce rpm package. 2 2 3 First, you must have variable _UTT_DIST_DIR defined properly.3 First, you must have variable UTT_DIST_DIR defined properly. 4 4 This variable should be defined by main Makefile. 5 5
Note: See TracChangeset
for help on using the changeset viewer.