File fix-dcopidlng-within-kdelibs-build.diff of Package kdelibs3
--- dcop/dcopidlng/dcopidlng +++ dcop/dcopidlng/dcopidlng 2005/03/31 09:07:33 @@ -5,7 +5,11 @@ if test -z "$KDECONFIG"; then KDECONFIG=kde-config fi +if type kde-config > /dev/null; then LIBDIR="`$KDECONFIG --install data --expandvars`/dcopidlng" +else +LIBDIR="${0%/*}" +fi perl -I"$LIBDIR" "$LIBDIR/kalyptus" --allow_k_dcop_accessors -f dcopidl $1 2> dcopidlng.stderr.$$ RET=$? if [ $RET -ne 0 ]