From 5fbd35ab6877ff80cef79a67153c56e47dffa9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Hohnst=C3=A4dt?= Date: Wed, 5 May 2021 19:34:09 +0200 Subject: [PATCH] xca.app: don't copy misc/*.txt to xca.app/Contents It must only be placed into Contents/Resources --- misc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/misc/Makefile b/misc/Makefile index 14f260c3..f7c70d2f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -40,9 +40,8 @@ install: update-mime-database $(datarootdir)/mime || :; \ update-desktop-database || :; \ fi - -app: Info.plist $(CONFIG_OBJ) +app: Info.plist PkgInfo | $(CONFIG_OBJ) mkdir -p $(APPDIR)/Resources - install -m 644 $^ $(SRCPATH)PkgInfo $(APPDIR) + install -m 644 $^ $(APPDIR) install -m 644 $(CONFIG_OBJ) $(SRCPATH)*.xca $(APPDIR)/Resources