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