• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修订版033e3eb63bd1b77e7a838c02df2732b6e6992a0b (tree)
时间2016-07-31 17:57:06
作者Christopher Roy Bratusek <nano@jpbe...>
CommiterChristopher Roy Bratusek

Log Message

apply make-build-reproducable [Debian] Jose M Calhariz

更改概述

差异

--- a/themes/Makefile.in
+++ b/themes/Makefile.in
@@ -48,7 +48,7 @@ install : all installdirs
4848 rm -rf $(DESTDIR)$(themedir)/$$d; \
4949 for f in $(srcdir)/$$d/*; do \
5050 if [ $$f != $(srcdir)/$$d/CVS ]; then \
51- ( cd $(srcdir) && tar czf $$d.tar.gz $$d/* ) ; \
51+ ( cd $(srcdir) && LC_ALL=C GZIP=-9n tar czf $$d.tar.gz $$d/* ) ; \
5252 $(INSTALL_DATA) $$d.tar.gz $(DESTDIR)$(themedir)/$$d.tar.gz; \
5353 fi \
5454 done \