2010-07-28 13:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* mpkg_rpm.sh
    ! Fixed very old typo in two cp commands which now got activated.
This commit is contained in:
Viktor Szakats
2010-07-28 11:41:23 +00:00
parent 3e8d2bc9e5
commit 759b48091a
2 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-07-28 13:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* mpkg_rpm.sh
! Fixed very old typo in two cp commands which now got activated.
2010-07-28 13:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbpre.hbm
+ Enabled -trace for contribs by default (HB_BUILD_VERBOSE=no will

View File

@@ -178,8 +178,8 @@ then
RPMDIR=`get_rpmmacro "_topdir"`
fi
cp ${hb_filename} ${RPMDIR}/SOURCES
cp package/harbour.spec ${RPMDIR}/SPECS
cp ${hb_filename} ${RPMDIR}/SOURCES/
cp package/harbour.spec ${RPMDIR}/SPECS/
if which rpmbuild >/dev/null 2>&1
then