xca.app: don't copy misc/*.txt to xca.app/Contents

It must only be placed into Contents/Resources
This commit is contained in:
Christian Hohnstädt 2021-05-05 19:34:09 +02:00
parent b45bcd8de1
commit 5fbd35ab68

View File

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