]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
change sed subsitution from ./rpmmacros to rpmmacros ... this fixes cmd build
authorRussell Cattelan <cattelan@sgi.com>
Tue, 20 Mar 2001 19:36:13 +0000 (19:36 +0000)
committerRussell Cattelan <cattelan@sgi.com>
Tue, 20 Mar 2001 19:36:13 +0000 (19:36 +0000)
with rpm 4.0.2

build/rpm/Makefile

index b5ad8089c4170b947ddecaddf2f275e8fd599afa..759b02b1e15393d341cd972c3f04296550355061 100644 (file)
@@ -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' < $< > $@