From 63ae9e4c8cd48039d04e18d58bea951b62630aa5 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Mon, 16 Nov 2009 14:06:02 -0600 Subject: 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 --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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: -- cgit