From 95a21ac05f9fae3b8f052d3948e1338595deb593 Mon Sep 17 00:00:00 2001 From: katzj Date: Thu, 14 Jul 2005 18:00:26 +0000 Subject: add mock-yum wrapper to remove the selinux LD_PRELOAD. also, only set the LD_PRELOAD for use with running yum --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9130a78..2071034 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ subdirs: install: mkdir -p $(DESTDIR)/usr/bin/ install -m 755 mock.py $(DESTDIR)/usr/bin/mock + install -m 755 mock-yum $(DESTDIR)/usr/libexec/mock-yum mkdir -p $(DESTDIR)/var/lib/mock for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done -- cgit