From ea9beea41c9724003bd045bc889bbd18b4cd4f50 Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Fri, 3 Dec 2010 21:03:34 +0100 Subject: [PATCH] removed some extra paths from automake's parse-config, this still needs to be looked at, but currently works fine --- base/automake/parse-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/automake/parse-config b/base/automake/parse-config index 0e59695f5..1bbc62d5f 100644 --- a/base/automake/parse-config +++ b/base/automake/parse-config @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../automake/parse-config +# Copyright (C) 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -48,7 +49,7 @@ fi pkg_automake_export_aclocal() { for x in $(cd "${root:-/}"; for d in opt/*/share/aclocal{,-*}/ \ - usr/share/aclocal{,-*}/ .$datadir/aclocal{,-*}/; do + ; do [ -d "$d" ] || continue readlink -f "$d" done | sort -u); do