1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Add bindir to INSTALLDIRS
Author: Santiago Vila <sanvila@debian.org>
Bug-Debian: https://bugs.debian.org/1103526
Forwarded: https://github.com/openSUSE/daps/issues/705
Last-Update: 2025-04-18
--- daps-3.3.2+cleaned1.orig/Makefile.am
+++ daps-3.3.2+cleaned1/Makefile.am
@@ -208,6 +208,7 @@ all-local: $(USERGUIDE) $(QUICKSTART) $(
INSTALLDIRS = $(DESTDIR)$(docdir)/html $(DESTDIR)$(pkgdatadir) \
$(DESTDIR)$(datadir)/xml/$(PACKAGE)/schema/ \
+ $(DESTDIR)$(bindir) \
$(DESTDIR)$(templatedir)
|