mirror of
git://slackware.nl/current.git
synced 2025-01-11 08:01:05 +01:00
11 lines
206 B
Text
11 lines
206 B
Text
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 -
|