diff options
author | Perberos <[email protected]> | 2011-11-27 20:14:18 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-27 20:14:18 -0300 |
commit | 798174ce185a17b710cb6b87d32ea9b50684868e (patch) | |
tree | 0622d4cec5e0083866c56c45d8c0e8ee58470975 /plugins/externaltools/data | |
parent | 3676895ea7d42631a3e1a1cec0882a473062afa8 (diff) | |
download | pluma-798174ce185a17b710cb6b87d32ea9b50684868e.tar.bz2 pluma-798174ce185a17b710cb6b87d32ea9b50684868e.tar.xz |
a copypaste failure
Diffstat (limited to 'plugins/externaltools/data')
-rwxr-xr-x | plugins/externaltools/data/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/externaltools/data/Makefile.am b/plugins/externaltools/data/Makefile.am index 40d8262b..b9466cd7 100755 --- a/plugins/externaltools/data/Makefile.am +++ b/plugins/externaltools/data/Makefile.am @@ -8,7 +8,7 @@ tools_in_linux = \ open-terminal-here.tool.in \ run-command.tool.in \ search-recursive.tool.in \ - switch-c.desktop.tool.in + switch-c.tool.in tools_in_osx = \ open-terminal-here-osx.tool.in @@ -21,7 +21,7 @@ if PLATFORM_OSX install_tools_in_files += $(tools_in_osx) else if PLATFORM_WIN32 -install_tools_in_files += $(tools_in_win32) +install_tools_in_files += $(tools_in_win32) else install_tools_in_files += $(tools_in_linux) endif |