File: add-bindir-to-installdirs.patch

package info (click to toggle)
daps 3.3.2%2Bcleaned1-6.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,484 kB
  • sloc: xml: 9,773; sh: 3,059; python: 1,322; lisp: 380; makefile: 240
file content (16 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
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)