diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-01-03 05:07:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-01-03 05:07:07 +0000 |
commit | 9924c7935d6dd205e31353429e6b6faa48a96053 (patch) | |
tree | d4ff63a0df894be15678e83aa079e07282b80982 | |
parent | b8ae36ba76b236657969528883635b929c4b27f6 (diff) | |
download | pkgsrc-9924c7935d6dd205e31353429e6b6faa48a96053.tar.gz |
Add a patch
-rw-r--r-- | wm/sawfish/patches/patch-themes_Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
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) |