[Pkg-privacy-commits] [nautilus-wipe] 05/20: Fix distcheck to pass without custom flags

Intrigeri intrigeri at moszumanska.debian.org
Tue Jul 12 16:14:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository nautilus-wipe.

commit f86d23a4b16e07c686ff71e624546e1afbb47254
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Sat Jul 9 01:48:01 2016 +0200

    Fix distcheck to pass without custom flags
    
    Don't try and install the module outside of ${prefix} upon distcheck.
    
    The actual location doesn't actually matter, so long as it's inside
    ${prefix}, so using the 3.x directory unconditionally is fine.
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index f76419d..ef7a9af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
 SUBDIRS = nautilus-wipe po help
 
 ACLOCAL_AMFLAGS = -I build/m4 -I m4
+
+DISTCHECK_CONFIGURE_FLAGS = --with-nautilus-extdir='$${libdir}/nautilus/extension-3.0'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git



More information about the Pkg-privacy-commits mailing list