summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-02 22:34:21 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-02 22:34:21 +0000
commitae7474e73d05f5740edb45ede450110dd53f4757 (patch)
treeb6322d7f7770b8085797aa1fc4d11001e503d4a0 /Makefile
parent837956a61973a398988cfd2e67a85805cc333ae2 (diff)
downloadanaconda-ae7474e73d05f5740edb45ede450110dd53f4757.tar.gz
anaconda-ae7474e73d05f5740edb45ede450110dd53f4757.tar.xz
anaconda-ae7474e73d05f5740edb45ede450110dd53f4757.zip
make the directory before installing o it please
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ad547be87..7b07de126 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ install:
mkdir -p $(DESTDIR)/etc/rc.d/init.d
mkdir -p $(DESTDIR)/$(PYTHONLIBDIR)
mkdir -p $(DESTDIR)/$(RUNTIMEDIR)
+ mkdir -p $(DESTDIR)/$(ANACONDADATADIR)
cp -a reconfig.init $(DESTDIR)/etc/rc.d/init.d/reconfig
install -m 755 anaconda $(DESTDIR)/usr/sbin/anaconda