summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-03-04 20:51:22 -0600
committerDavid Lehman <dlehman@redhat.com>2009-03-04 20:51:22 -0600
commitaebfe492a2745de8df7ea79c6f6961ffac3caf0a (patch)
tree9a22e53754bd029e8188efdea2e6ea48bcb4a49e /Makefile
parentdb77fac58a1ab609a73bd7dd6d71ee51bcf0e1f3 (diff)
downloadanaconda-aebfe492a2745de8df7ea79c6f6961ffac3caf0a.tar.gz
anaconda-aebfe492a2745de8df7ea79c6f6961ffac3caf0a.tar.xz
anaconda-aebfe492a2745de8df7ea79c6f6961ffac3caf0a.zip
Install storage/ with the rest, include it and booty in images.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d7186a45b..388af21ff 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ RELEASE := $(shell awk '/Release:/ { print $$2 }' anaconda.spec)
CVSROOT ?= ${CVSROOT:-$(shell cat CVS/Root 2>/dev/null)}
SUBDIRS = isys loader po booty \
+ storage storage/formats storage/devicelibs \
textw utils scripts bootdisk installclasses \
iw pixmaps command-stubs ui docs
# fonts aren't on s390/s390x
@@ -90,6 +91,8 @@ install:
mkdir -p $(DESTDIR)/$(RUNTIMEDIR)
mkdir -p $(DESTDIR)/$(ANACONDADATADIR)
+ install -m 644 70-anaconda.rules $(DESTDIR)/$(RUNTIMEDIR)
+
install -m 755 anaconda $(DESTDIR)/usr/sbin/anaconda
install -m 755 mini-wm $(DESTDIR)/usr/bin/mini-wm