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:
Aldas Nabazas
2010-12-03 21:03:34 +01:00
parent 0ed7c44286
commit ea9beea41c
+2 -1
View File
@@ -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