summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-01-19 19:23:01 +0000
committerErik Troan <ewt@redhat.com>2001-01-19 19:23:01 +0000
commitd24b6f7fe58cb1458a6227db94940b36814cb584 (patch)
tree15fc08128980c36125f8523ffd381df5c760496a /scripts/Makefile
parent35cd2584a8e3b863aeadccdbd21e729dc9ae1382 (diff)
downloadanaconda-d24b6f7fe58cb1458a6227db94940b36814cb584.tar.gz
anaconda-d24b6f7fe58cb1458a6227db94940b36814cb584.tar.xz
anaconda-d24b6f7fe58cb1458a6227db94940b36814cb584.zip
added genlocalelist
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 248a60f83..5fecaed3f 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -9,6 +9,7 @@ install:
install -m 755 scrubtree $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 pythondeps $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 pkgorder $(DESTDIR)/$(RUNTIMEDIR)
+ install -m 755 genlocalelist $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 check-repository.py $(DESTDIR)/$(RUNTIMEDIR)
depend: