Browse Source

removed some extra paths from automake's parse-config, this still needs to be looked at, but currently works fine

user/chris/test/early-mdev
Aldas Nabazas 14 years ago
parent
commit
ea9beea41c
  1. 3
      base/automake/parse-config

3
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

Loading…
Cancel
Save