From 4262323b4bbd66612850b2cc17c0718b1c06bfcd Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 8 Jul 2004 17:12:24 +0000 Subject: will help to install fixmtime.py --- scripts/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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: -- cgit