579d523ead
fix deps and missing help files OBS-URL: https://build.opensuse.org/request/show/356616 OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=6
14 lines
421 B
Diff
14 lines
421 B
Diff
Index: doc/Makefile
|
|
===================================================================
|
|
--- doc/Makefile.orig
|
|
+++ doc/Makefile
|
|
@@ -23,7 +23,7 @@ install: $(doc)
|
|
install -m 755 -d $(destdir)$(htmldir) \
|
|
$(destdir)$(mandir)/man1
|
|
install -m 644 xca*.html $(destdir)$(htmldir)
|
|
- install *.1.gz $(destdir)/$(mandir)/man1
|
|
+ install -m 644 *.1.gz $(destdir)/$(mandir)/man1
|
|
|
|
app: xca.html
|
|
mkdir -p $(APPDIR)/Resources
|