Skip to content
Snippets Groups Projects
Commit ea3eca02 authored by intrigeri's avatar intrigeri
Browse files

New patch (Closes: #660617)

pkglibdir-FTBFS-fix.diff: cherry-pick upstream fix for pkglibdir not being
a legitimate directory for 'SCRIPTS'
parent bbc1b97f
No related branches found
No related tags found
No related merge requests found
Description: Fix FTBFS.
Workaround automake sanity check that would prevent us from
installing lib/* into lib/backupninja/.
Origin: upstream, https://labs.riseup.net/code/projects/backupninja/repository/revisions/0a0fbb46baa1fd5e6bb68c9e3f9f0b28dfa17e15
Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660617
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 11eba37..9a54736 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,7 @@
-pkglib_SCRIPTS = easydialog parseini tools vserver
+my_execbindir = $(pkglibdir)
+my_execbin_SCRIPTS = easydialog parseini tools vserver
-CLEANFILES = $(pkglib_SCRIPTS)
+CLEANFILES = $(my_execbin_SCRIPTS)
EXTRA_DIST = easydialog.in parseini.in tools.in vserver.in
pkglibdir-FTBFS-fix.diff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment