From 759b48091a7d7dd5333cb6438e35caf7601dc9bb Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 28 Jul 2010 11:41:23 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 4 ++++ harbour/mpkg_rpm.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3272a640ca..56f0553dbd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/mpkg_rpm.sh b/harbour/mpkg_rpm.sh index 76b4649520..de304b86e7 100755 --- a/harbour/mpkg_rpm.sh +++ b/harbour/mpkg_rpm.sh @@ -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