From ee12bdfeef8d84ebbc3cf4237f10428024f57116 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 13 Feb 2008 12:29:21 -0500 Subject: Don't do fixmtimes anymore squashfs doesn't do the 0 mtime trick for compression, so stop "fixing" up mtimes in pyc files --- scripts/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile index 6dd20e708..652ab7dd2 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -35,7 +35,6 @@ install: install -m 755 getkeymaps $(DESTDIR)/$(RUNTIMEDIR) install -m 755 makestamp.py $(DESTDIR)/$(RUNTIMEDIR) install -m 755 maketreeinfo.py $(DESTDIR)/$(RUNTIMEDIR) - install -m 755 fixmtime.py $(DESTDIR)/$(RUNTIMEDIR) install -m 755 yumcache $(DESTDIR)/$(RUNTIMEDIR) install -m 755 pyrc.py $(DESTDIR)/$(RUNTIMEDIR) install -m 755 upd-updates $(DESTDIR)/$(RUNTIMEDIR) -- cgit