We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefa7f5 commit 25da439Copy full SHA for 25da439
OMEdit/OMEditGUI/Makefile.unix.in
@@ -17,7 +17,7 @@ LRELEASE=@LRELEASE@
17
install: build Resources/nls/qm.stamp
18
mkdir -p ../../build/share/omedit/nls/
19
cp -p $(resourcedir)/*.qm @OMBUILDDIR@/share/omedit/nls/
20
- if [ "$(APP)" = ".app" ]; then cp -rp ../bin/OMEdit.app @OMBUILDDIR@/Applications/ ; else cp -p ../bin/OMEdit @OMBUILDDIR@/bin/OMEdit; fi
+ if [ "$(APP)" = ".app" ]; then mkdir -p @OMBUILDDIR@/Applications/ ; cp -rp ../bin/OMEdit.app @OMBUILDDIR@/Applications/ ; else cp -p ../bin/OMEdit @OMBUILDDIR@/bin/OMEdit; fi
21
22
Resources/nls/qm.stamp: OMEditGUI.pro Resources/nls/*.ts
23
$(LRELEASE) $<
0 commit comments