diff options
| author | katzj <katzj> | 2005-07-14 18:00:26 +0000 |
|---|---|---|
| committer | katzj <katzj> | 2005-07-14 18:00:26 +0000 |
| commit | 95a21ac05f9fae3b8f052d3948e1338595deb593 (patch) | |
| tree | e7b859bf5594c25c4805c46e87c0bf9f76954cf3 /Makefile | |
| parent | cd8d68c8c300ca0f074aeea8e559b87590309358 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
