summarylogtreecommitdiffstats
path: root/destdir_fix.patch
diff options
context:
space:
mode:
authorJose Riha2021-09-16 23:13:56 +0200
committerJose Riha2021-09-16 23:13:56 +0200
commite2a1577fcfe4fa1dd6b78a928dae3b9e3f555375 (patch)
treea14a13105902ce3e07a65a1fab98f3cd96acdfd1 /destdir_fix.patch
parent054570032f085b7bf3811014a170e23518a34fe9 (diff)
downloadaur-fdutils.tar.gz
Update
Diffstat (limited to 'destdir_fix.patch')
-rw-r--r--destdir_fix.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/destdir_fix.patch b/destdir_fix.patch
new file mode 100644
index 000000000000..32d77b96697c
--- /dev/null
+++ b/destdir_fix.patch
@@ -0,0 +1,22 @@
+--- src/fdutils-5.6/doc/Makefile.in 2021-09-16 23:04:17.423703401 +0200
++++ Makefile.in 2021-09-16 23:04:06.116908414 +0200
+@@ -9,12 +9,13 @@
+ DESTDIR =
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+-bindir = $(DESTDIR)@bindir@
+-infodir = $(DESTDIR)@infodir@
+-mandir = $(DESTDIR)@mandir@
+-infodir = $(DESTDIR)@infodir@
+-sysconfdir = $(DESTDIR)@sysconfdir@
+-datarootdir = $(DESTDIR)@datarootdir@
++bindir = @bindir@
++infodir = @infodir@
++mandir = @mandir@
++infodir = @infodir@
++sysconfdir = @sysconfdir@
++datarootdir = @datarootdir@
++
+
+ mandir1 = $(mandir)/man1
+ mandir4 = $(mandir)/man4