summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-01-19 19:38:12 +0000
committerErik Troan <ewt@redhat.com>2001-01-19 19:38:12 +0000
commitebe2c0c7e872a9e433164f0f336ed4ae5d3eb99f (patch)
tree84b0c6e82ed54a1d1def9b7363f2628356120433 /scripts
parentd5f294a8d151781b3ef856ed91996250b370b2ed (diff)
downloadanaconda-ebe2c0c7e872a9e433164f0f336ed4ae5d3eb99f.tar.gz
anaconda-ebe2c0c7e872a9e433164f0f336ed4ae5d3eb99f.tar.xz
anaconda-ebe2c0c7e872a9e433164f0f336ed4ae5d3eb99f.zip
generate /usr/share/anaconda/locale-list
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 248a60f83..e92c216bc 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -10,5 +10,6 @@ install:
install -m 755 pythondeps $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 pkgorder $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 check-repository.py $(DESTDIR)/$(RUNTIMEDIR)
+ ./genlocalelist > $(DESTDIR)/$(ANACONDADATADIR)/locale-list
depend: