diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-17 02:28:37 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-17 02:28:37 +0000 |
commit | fc53cf0b24fd5d850c12c05ae7f9957d944b5d5e (patch) | |
tree | 63b4071afdb11ce263b07eca9690d1b7b2ec6cb9 /scripts | |
parent | 6f3c1a5fdc8b287f22169d9c048a0b28ffacfbc4 (diff) | |
download | anaconda-fc53cf0b24fd5d850c12c05ae7f9957d944b5d5e.tar.gz anaconda-fc53cf0b24fd5d850c12c05ae7f9957d944b5d5e.tar.xz anaconda-fc53cf0b24fd5d850c12c05ae7f9957d944b5d5e.zip |
fixup locale-list generation
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 9249fe468..7c0fd3f67 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -13,6 +13,5 @@ install: install -m 755 check-repository.py $(DESTDIR)/$(RUNTIMEDIR) install -m 755 getkeymaps $(DESTDIR)/$(RUNTIMEDIR) install -m 755 makestamp.py $(DESTDIR)/$(RUNTIMEDIR) - ./genlocalelist.py > $(DESTDIR)/$(ANACONDADATADIR)/locale-list depend: |