removed some extra paths from automake's parse-config, this still needs to be looked at, but currently works fine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user