Skip to content

Commit

Permalink
Fix duplicate /build/
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Jun 22, 2015
1 parent b160beb commit 32c1153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMShell/OMShellGUI/Makefile.unix.in
Expand Up @@ -21,7 +21,7 @@ $(NAME): Makefile OMShell.config omc_communication.cc

build: $(NAME)
mkdir -p @OMBUILDDIR@/share/omshell/nls/
if [ "$(APP)" = ".app" ]; then cp -rp ../bin/$(NAME)$(APP) @OMBUILDDIR@/build/Applications/ ; else cp -p ../bin/$(NAME) @OMBUILDDIR@/bin; fi
if [ "$(APP)" = ".app" ]; then cp -rp ../bin/$(NAME)$(APP) @OMBUILDDIR@/Applications/ ; else cp -p ../bin/$(NAME) @OMBUILDDIR@/bin; fi
cp -p commands.xml @OMBUILDDIR@/share/omshell/
cp -p OMShell_*.qm @OMBUILDDIR@/share/omshell/nls/

Expand Down

0 comments on commit 32c1153

Please sign in to comment.