From 46b128762bf88581fbca33d00129c32e559e2c94 Mon Sep 17 00:00:00 2001 From: jbj Date: Thu, 30 Sep 1999 21:10:04 +0000 Subject: [PATCH] Sanity. CVS patchset: 3361 CVS date: 1999/09/30 21:10:04 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0471e6e..2ec41f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ mylibs= $(top_builddir)/build/librpmbuild.la \ LDFLAGS = @LDFLAGS_STATIC@ -rpmbindir = $(subst usr/bin,bin,$(bindir)) +rpmbindir = `echo $(bindir) | sed -e s,usr/bin,bin,` rpmbin_PROGRAMS = rpm bin_PROGRAMS = rpm2cpio -- 2.7.4