summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkatzj <katzj>2005-07-14 18:00:26 +0000
committerkatzj <katzj>2005-07-14 18:00:26 +0000
commit95a21ac05f9fae3b8f052d3948e1338595deb593 (patch)
treee7b859bf5594c25c4805c46e87c0bf9f76954cf3 /Makefile
parentcd8d68c8c300ca0f074aeea8e559b87590309358 (diff)
add mock-yum wrapper to remove the selinux LD_PRELOAD. also, only set
the LD_PRELOAD for use with running yum
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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