aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell Cattelan <cattelan@sgi.com>2001-03-20 19:36:13 +0000
committerRussell Cattelan <cattelan@sgi.com>2001-03-20 19:36:13 +0000
commit3a003a9212ba7940c68d746c6878c6d025b33ac2 (patch)
tree231d3e79805d6588e5bbdf33ee83c4ac125fb43e
parent082c40def262168d065563cf1aaeca11fbaa8e3e (diff)
downloaddmapi-dev-3a003a9212ba7940c68d746c6878c6d025b33ac2.tar.gz
change sed subsitution from ./rpmmacros to rpmmacros ... this fixes cmd build
with rpm 4.0.2
-rw-r--r--build/rpm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/Makefile b/build/rpm/Makefile
index b5ad808..759b02b 100644
--- a/build/rpm/Makefile
+++ b/build/rpm/Makefile
@@ -51,7 +51,7 @@ dist : default $(SPECF) rpm-$(RPM_VERSION).rc
# is not supported by rpm v.3, we have to resort to such ugly hacks
ifneq ($RPM_VERSION,2)
rpm-$(RPM_VERSION).rc : rpmmacros
- sed -e '/^macrofiles:/s|~/.rpmmacros|./rpmmacros|' </usr/lib/rpm/rpmrc >$@
+ sed -e '/^macrofiles:/s|~/.rpmmacros|rpmmacros|' </usr/lib/rpm/rpmrc >$@
rpmmacros : macros.template
@sed -e 's|%topdir%|$(TREEROOT)|g' < $< > $@