blob: d8e2698764134f42ef1ddc5ffb6167a3c503d56a (
plain)
1
2
3
4
5
6
7
8
9
10
|
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 -
|