summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-30 20:34:41 +0000
committerMatt Wilson <msw@redhat.com>2000-05-30 20:34:41 +0000
commit71e90c47ce6ea27311176668830adc7f5d80a836 (patch)
treed713759801283f609ee424c27f1ac578a09d0f13 /scripts/Makefile
parent4c6644b58adccdc2117885d9539b6cf9ca8fb915 (diff)
downloadanaconda-71e90c47ce6ea27311176668830adc7f5d80a836.tar.gz
anaconda-71e90c47ce6ea27311176668830adc7f5d80a836.tar.xz
anaconda-71e90c47ce6ea27311176668830adc7f5d80a836.zip
run pythondeps externally
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 028f08379..d185cea72 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -7,5 +7,6 @@ install:
install -m 755 mk-images* $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 scrubtree $(DESTDIR)/$(RUNTIMEDIR)
+ install -m 755 pythondeps $(DESTDIR)/$(RUNTIMEDIR)
depend: