diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-07-08 17:12:24 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-07-08 17:12:24 +0000 |
commit | 4262323b4bbd66612850b2cc17c0718b1c06bfcd (patch) | |
tree | c2d927ad35a44a823b7f9751b9bc9e63e426e6b0 /scripts | |
parent | 59b80b0807bbccd1edf8802a9ddbf7e3efc3da99 (diff) | |
download | anaconda-4262323b4bbd66612850b2cc17c0718b1c06bfcd.tar.gz anaconda-4262323b4bbd66612850b2cc17c0718b1c06bfcd.tar.xz anaconda-4262323b4bbd66612850b2cc17c0718b1c06bfcd.zip |
will help to install fixmtime.py
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 5fd8dd454..9f097887e 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -15,5 +15,6 @@ install: install -m 755 check-repository.py $(DESTDIR)/$(RUNTIMEDIR) install -m 755 getkeymaps $(DESTDIR)/$(RUNTIMEDIR) install -m 755 makestamp.py $(DESTDIR)/$(RUNTIMEDIR) + install -m 755 fixmtime.py $(DESTDIR)/$(RUNTIMEDIR) depend: |