diff options
| author | Jeremy Katz <katzj@redhat.com> | 2002-06-07 00:29:06 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2002-06-07 00:29:06 +0000 |
| commit | ff55ff51e20b4bed2e1d3c96b2d870534147a0b9 (patch) | |
| tree | 16a064eff8cc37bea8bd9b4927393039af8f97cb /scripts | |
| parent | d94905ac00e087d983e0b71d945f13aa895eca6f (diff) | |
genlocalelist.py now
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index ea829df7e..89be413f2 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -11,6 +11,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 + ./genlocalelist.py > $(DESTDIR)/$(ANACONDADATADIR)/locale-list depend: |
