From 9924c7935d6dd205e31353429e6b6faa48a96053 Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 3 Jan 2014 05:07:07 +0000 Subject: Add a patch --- wm/sawfish/patches/patch-themes_Makefile.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 wm/sawfish/patches/patch-themes_Makefile.in (limited to 'wm') diff --git a/wm/sawfish/patches/patch-themes_Makefile.in b/wm/sawfish/patches/patch-themes_Makefile.in new file mode 100644 index 00000000000..67c52d02a28 --- /dev/null +++ b/wm/sawfish/patches/patch-themes_Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-themes_Makefile.in,v 1.1 2014/01/03 05:07:07 ryoon Exp $ + +* StyleTab.tar.gz is compressed by gzip + +--- themes/Makefile.in.orig 2013-09-25 18:50:08.000000000 +0000 ++++ themes/Makefile.in +@@ -55,7 +55,7 @@ install : all installdirs + done + @# Don't use tar for StyleTab. It's not compression, but tar + @# itself slows in librep. +- cd $(DESTDIR)$(themedir) && tar xf StyleTab.tar.gz && rm StyleTab.tar.gz ++ cd $(DESTDIR)$(themedir) && tar zxf StyleTab.tar.gz && rm StyleTab.tar.gz + + installdirs : $(top_srcdir)/mkinstalldirs + $(SHELL) $< $(DESTDIR)$(themedir) -- cgit v1.2.3