diff options
author | Matt Wilson <msw@redhat.com> | 2000-12-13 20:12:52 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-12-13 20:12:52 +0000 |
commit | cc9ad5fa4b76f6f9402258cfa1112199729dcaae (patch) | |
tree | 42f86f93c9d48140b9ffd4bc8b1a8d6ac61074dd /Makefile | |
parent | b878d4bbbba830c6a36e8b5d6b143214fbadbd09 (diff) | |
download | anaconda-cc9ad5fa4b76f6f9402258cfa1112199729dcaae.tar.gz anaconda-cc9ad5fa4b76f6f9402258cfa1112199729dcaae.tar.xz anaconda-cc9ad5fa4b76f6f9402258cfa1112199729dcaae.zip |
add losetup stub per erik's request
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ install: cp -a *.so $(DESTDIR)/$(PYTHONLIBDIR) strip $(DESTDIR)/$(PYTHONLIBDIR)/*.so cp -a raid*stub $(DESTDIR)/$(PYTHONLIBDIR) + cp -a losetup-stub $(DESTDIR)/$(PYTHONLIBDIR) for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done archive: create-archive |