summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-12-13 20:12:52 +0000
committerMatt Wilson <msw@redhat.com>2000-12-13 20:12:52 +0000
commitcc9ad5fa4b76f6f9402258cfa1112199729dcaae (patch)
tree42f86f93c9d48140b9ffd4bc8b1a8d6ac61074dd /Makefile
parentb878d4bbbba830c6a36e8b5d6b143214fbadbd09 (diff)
downloadanaconda-cc9ad5fa4b76f6f9402258cfa1112199729dcaae.tar.gz
anaconda-cc9ad5fa4b76f6f9402258cfa1112199729dcaae.tar.xz
anaconda-cc9ad5fa4b76f6f9402258cfa1112199729dcaae.zip
add losetup stub per erik's request
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0b8cff2ab..5535021d8 100644
--- a/Makefile
+++ b/Makefile
@@ -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