diff -urN sisyphus-0.5.1-orig/etc/functions sisyphus-0.5.1/etc/functions --- sisyphus-0.5.1-orig/etc/functions 2003-10-17 18:43:32 +0400 +++ sisyphus-0.5.1/etc/functions 2003-10-20 18:48:57 +0400 @@ -257,6 +257,9 @@ list=$(echo -n "$list" |grep -ve '^/opt/interbase') fi # END workarounds. + # BEGIN crosscompilers. + list=$(echo -n "$list" |grep -vf /etc/sisyphus/crossarch-prefix) + # END crosscompilers. if echo -n "$list" |egrep -ve '^/(bin|boot|etc|lib|sbin|usr/(X11R6|bin|etc|games|include|lib|sbin|share|src)|var/(cache|lib|lock|log|run|spool|www|yp))/.*'; then echo "$f: FHS-2.2 violations" >&2