summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>1999-11-16 23:47:27 +0000
committerMike Fulbright <msf@redhat.com>1999-11-16 23:47:27 +0000
commit37204b701d6ead6991d02f335d96eba0f9dae730 (patch)
treeaa017e86db75cca10372cfff508558e9f0c96a0b /Makefile
parent4875f5dc08040620146971dc2056dcb996c104a2 (diff)
downloadanaconda-37204b701d6ead6991d02f335d96eba0f9dae730.tar.gz
anaconda-37204b701d6ead6991d02f335d96eba0f9dae730.tar.xz
anaconda-37204b701d6ead6991d02f335d96eba0f9dae730.zip
Make sure ddcprobe exists for unconfig mode as well.
Dr Mike
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e41981b0d..648c1be8f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ BUILDONLYSUBDIRS = pump
ifeq (i386, $(ARCH))
SUBDIRS += ddcprobe
+SUBDIRSUNCFG += ddcprobe
endif
@@ -46,6 +47,7 @@ install-unconfig: all
echo "ERROR: A destdir is required"; \
exit 1; \
fi
+
mkdir -p $(UNCFGDESTDIR)/usr/sbin
mkdir -p $(UNCFGDESTDIR)/$(PYTHONLIBDIR)
cp -a anaconda $(UNCFGDESTDIR)/usr/sbin/anaconda-unconfig