diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2005-10-18 15:55:40 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2005-10-18 15:55:40 +0000 |
commit | 91bff8399d72ae3936b885212f201fd07917b03b (patch) | |
tree | a03fa4c42a97056252b81d071df7a108aa72a8ee /scripts | |
parent | 8edeec4702506d5679cdd469c7f466e39b9eecb6 (diff) | |
download | anaconda-91bff8399d72ae3936b885212f201fd07917b03b.tar.gz anaconda-91bff8399d72ae3936b885212f201fd07917b03b.tar.xz anaconda-91bff8399d72ae3936b885212f201fd07917b03b.zip |
install yumcache
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index ca61c2b3c..3948ce3d6 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -15,5 +15,6 @@ install: install -m 755 getkeymaps $(DESTDIR)/$(RUNTIMEDIR) install -m 755 makestamp.py $(DESTDIR)/$(RUNTIMEDIR) install -m 755 fixmtime.py $(DESTDIR)/$(RUNTIMEDIR) + install -m 755 yumcache $(DESTDIR)/$(RUNTIMEDIR) depend: |