diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-11 14:02:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-11 14:02:11 +0800 |
commit | 9b255dc370c0c252681701bc2bde35435e44ccaf (patch) | |
tree | 30fd233104e87ddf12853e69fe0f7963d39ce63d /editors/gedit/files | |
parent | 6252b6ec604fb47ba513c117a4d137eea235ecc7 (diff) | |
download | marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar.gz marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar.bz2 marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar.lz marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar.xz marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar.zst marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.zip |
Update to 2.17.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8180 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit/files')
-rw-r--r-- | editors/gedit/files/patch-plugins_externaltools_data_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in b/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in new file mode 100644 index 000000000..aa069fd24 --- /dev/null +++ b/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in @@ -0,0 +1,11 @@ +--- plugins/externaltools/data/Makefile.in.orig Thu Jan 11 00:53:33 2007 ++++ plugins/externaltools/data/Makefile.in Thu Jan 11 00:53:41 2007 +@@ -471,7 +471,7 @@ + # (.desktop), which happens to be translated using intltool. + $(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE) + perl $(TOOL_MERGE) -o $@ $< $(word 2,$^) +- chmod --reference=$< $@ ++ chmod 0755 $@ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |