diff options
Diffstat (limited to 'testing/source/vtown/kde/make/katepart4')
-rw-r--r-- | testing/source/vtown/kde/make/katepart4 | 7 |
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 00000000..fff707ab --- /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 - |