summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-13 12:29:21 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-14 17:18:29 -0500
commitee12bdfeef8d84ebbc3cf4237f10428024f57116 (patch)
tree9be6dd5ff24f28ee4b9f7559e20d2aee4cc706af /scripts/Makefile
parentf92adf205b77e5229acf295aa4db2d94ab42e9c2 (diff)
Don't do fixmtimes anymore
squashfs doesn't do the 0 mtime trick for compression, so stop "fixing" up mtimes in pyc files
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile1
1 files changed, 0 insertions, 1 deletions
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)