a copypaste failure

This commit is contained in:
Perberos 2011-11-27 20:14:18 -03:00
parent 3676895ea7
commit 798174ce18
1 changed files with 2 additions and 2 deletions

View File

@ -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