summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/make/katepart4
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/make/katepart4')
-rw-r--r--testing/source/vtown/kde/make/katepart47
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/source/vtown/kde/make/katepart4 b/testing/source/vtown/kde/make/katepart4
new file mode 100644
index 000000000..fff707abd
--- /dev/null
+++ b/testing/source/vtown/kde/make/katepart4
@@ -0,0 +1,7 @@
+make $NUMJOBS || make || exit 1
+cd part
+ make install DESTDIR=$PKG || exit 1
+cd -
+cd addons/ktexteditor
+ make install DESTDIR=$PKG || exit 1
+cd -