make $NUMJOBS || make || exit 1
cd interfaces
  make install DESTDIR=$PKG || exit 1
cd -
cd kio
  make install DESTDIR=$PKG || exit 1
cd -
cd fileitemactionplugin
  make install DESTDIR=$PKG || exit 1
cd -
