summaryrefslogtreecommitdiff
path: root/dev-util/krazy2/files
diff options
context:
space:
mode:
authorAlex Alexander <alex.alexander@gmail.com>2009-04-01 16:23:36 +0300
committerAlex Alexander <alex.alexander@gmail.com>2009-04-01 16:23:36 +0300
commit7f296626daa58924c1c8972d3cf39f7eeca8ad46 (patch)
treee8c9d68628d2e3ddbd5df6ca57491aba3042ac1f /dev-util/krazy2/files
parent2f368a91ed3d8529c1de4b2c38f07f4785b4da64 (diff)
downloadkde-7f296626daa58924c1c8972d3cf39f7eeca8ad46.tar.gz
kde-7f296626daa58924c1c8972d3cf39f7eeca8ad46.tar.bz2
kde-7f296626daa58924c1c8972d3cf39f7eeca8ad46.zip
dirty fix to make this build and install
^^ note the "dirty" part, this needs more work :)
Diffstat (limited to 'dev-util/krazy2/files')
-rw-r--r--dev-util/krazy2/files/install.sh.patch28
1 files changed, 1 insertions, 27 deletions
diff --git a/dev-util/krazy2/files/install.sh.patch b/dev-util/krazy2/files/install.sh.patch
index e0e0ff69a78..b144a0f1e43 100644
--- a/dev-util/krazy2/files/install.sh.patch
+++ b/dev-util/krazy2/files/install.sh.patch
@@ -5,7 +5,7 @@ Index: install.sh
@@ -94,21 +94,6 @@
make realclean
cd ..
-
+
-#install binary helper scripts
-if ( test $EBN -eq 0 ) then
- cd src/desktop-file-utils-0.14 && \
@@ -24,29 +24,3 @@ Index: install.sh
#build and install non-binary plugins
cd plugins && \
make install PREFIX=$TOP && \
-@@ -121,25 +106,6 @@
- make realclean
- cd ..
-
--#build and install (non-cppchecks) binary plugins
--cd src && \
--$QMAKE && \
--make && \
--make install INSTALL_ROOT=$TOP && \
--make distclean
--cd ..
--
--# build and install cppcheck plugins
--cd cppchecks && \
--mkdir -p build && \
--cd build && \
--cmake -DCMAKE_PREFIX_PATH=$TOP .. && \
--make && \
--make install
--cd ..
--rm -rf build
--cd ..
--
- #install share stuff
- mkdir -p $TOP/share/dtd
- cd share && \