Skip to content

Commit 25da439

Browse files
committed
create Application/ path before copy on macOS
1 parent cefa7f5 commit 25da439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMEdit/OMEditGUI/Makefile.unix.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LRELEASE=@LRELEASE@
1717
install: build Resources/nls/qm.stamp
1818
mkdir -p ../../build/share/omedit/nls/
1919
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
20+
if [ "$(APP)" = ".app" ]; then mkdir -p @OMBUILDDIR@/Applications/ ; cp -rp ../bin/OMEdit.app @OMBUILDDIR@/Applications/ ; else cp -p ../bin/OMEdit @OMBUILDDIR@/bin/OMEdit; fi
2121

2222
Resources/nls/qm.stamp: OMEditGUI.pro Resources/nls/*.ts
2323
$(LRELEASE) $<

0 commit comments

Comments
 (0)