• 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

修订版6a5f4884ecd9cc6ad1bf830d67204061a5fa348a (tree)
时间2016-07-31 18:09:37
作者Christopher Roy Bratusek <nano@jpbe...>
CommiterChristopher Roy Bratusek

Log Message

dont_remove_wallpaper_jlc.patch [Debian] Jose M Calhariz

更改概述

差异

--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -62,10 +62,7 @@ lisp : $(SAWFISH_LISP_FILES)
6262 sawfish/wm.jlc : sawfish/wm.jl
6363 $(COMPILE_ENV) $(sawfish_prog) compiler -f compile-batch $^
6464
65-non-jlc: all
66- rm sawfish/wm/ext/wallpaper.jlc
67-
68-install : all non-jlc installdirs
65+install : all installdirs
6966 set -e; for d in $(SUBDIRS); do \
7067 ( cd $$d && $(MAKE) $@ ); \
7168 done