diff options
Diffstat (limited to 'testing/source/vtown/kde/make/kdeconnect4')
-rw-r--r-- | testing/source/vtown/kde/make/kdeconnect4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/source/vtown/kde/make/kdeconnect4 b/testing/source/vtown/kde/make/kdeconnect4 new file mode 100644 index 000000000..d8e269876 --- /dev/null +++ b/testing/source/vtown/kde/make/kdeconnect4 @@ -0,0 +1,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 - |