summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-11-16 14:06:02 -0600
committerClark Williams <williams@redhat.com>2009-11-16 14:06:02 -0600
commit63ae9e4c8cd48039d04e18d58bea951b62630aa5 (patch)
tree11b175e36e1543adc1c829b490e6a0eb8465a917 /Makefile
parent75a92174cac43b347b209d1e6c2be0d17334cc82 (diff)
downloadrteval-63ae9e4c8cd48039d04e18d58bea951b62630aa5.tar.gz
rteval-63ae9e4c8cd48039d04e18d58bea951b62630aa5.tar.xz
rteval-63ae9e4c8cd48039d04e18d58bea951b62630aa5.zip
ensure that no double-slashes appear in symlink path for the
/usr/bin/rteval link. This exposes a problem with rpmdiff. Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05d9650..b8a967f 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,6 @@ rtevalrpm: tarfile
mkdir -p rpm/{BUILD,RPMS,SRPMS,SOURCES,SPECS}
cp rteval-$(VERSION).tar.bz2 rpm/SOURCES
cp rteval.spec rpm/SPECS
- cp loadsource/* rpm/SOURCES
rpmbuild -ba --define "_topdir $(HERE)/rpm" rpm/SPECS/rteval.spec
loadrpm: