diff -rN -u old-pacman-tools/fwmakepkg new-pacman-tools/fwmakepkg --- old-pacman-tools/fwmakepkg 2006-02-28 23:54:18.000000000 +0100 +++ new-pacman-tools/fwmakepkg 2006-02-28 23:54:19.000000000 +0100 @@ -359,6 +359,8 @@ ruby extconf.rb --prefix="$Fprefix" "$@" || Fdie elif [ -f configure.rb ]; then ./configure.rb --prefix="$Fprefix" "$@" || Fdie + elif [ -f SConstruct ]; then + scons PREFIX="$Fprefix" configure "$@" || Fdie fi } @@ -372,6 +374,8 @@ make || Fdie elif [ -f setup.py ]; then python setup.py build "$@" || Fdie + elif [ -f SConstruct ]; then + scons PREFIX="$Fprefix" "$@" || Fdie fi } @@ -391,6 +395,8 @@ fi elif [ -f setup.py ]; then python setup.py install --prefix "$Fprefix" --root "$Fdestdir" "$@" || Fdie + elif [ -f SConstruct ]; then + scons PREFIX="$Fprefix" DESTDIR="$Fdestdir" "$@" install || Fdie fi if [ -e $Fdestdir/usr/info/dir ]; then Frm /usr/info/dir