summaryrefslogtreecommitdiff
path: root/dev-util/krazy2/files
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-06-28 15:16:31 +0300
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-06-28 15:39:17 +0300
commit6a43b6f9f646343b912541da1809fa60028ddfe8 (patch)
tree8ed48fcdd20eb614a385acfb987df8a8ac8833a8 /dev-util/krazy2/files
parent861d1f8403b045f30bb8704e65764b4442ac3afa (diff)
downloadkde-6a43b6f9f646343b912541da1809fa60028ddfe8.tar.gz
kde-6a43b6f9f646343b912541da1809fa60028ddfe8.tar.bz2
kde-6a43b6f9f646343b912541da1809fa60028ddfe8.zip
[dev-util/krazy2] Remove install.sh.patch, because it fails now, and
there is no reason to disable the check of desktop-file-utils, since we force-install it
Diffstat (limited to 'dev-util/krazy2/files')
-rw-r--r--dev-util/krazy2/files/install.sh.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-util/krazy2/files/install.sh.patch b/dev-util/krazy2/files/install.sh.patch
deleted file mode 100644
index b144a0f1e43..00000000000
--- a/dev-util/krazy2/files/install.sh.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: install.sh
-===================================================================
---- install.sh (revision 915464)
-+++ install.sh (working copy)
-@@ -94,21 +94,6 @@
- make realclean
- cd ..
-
--#install binary helper scripts
--if ( test $EBN -eq 0 ) then
-- cd src/desktop-file-utils-0.14 && \
-- ./configure && make && \
-- cp -f ./src/desktop-file-validate $TOP/lib/krazy2/krazy-helpers && \
-- make distclean
-- cd ../..
--else
-- if ( test ! -x /usr/local/bin/desktop-file-validate ) then
-- echo "Please install the desktop-file-utils package"
-- echo "Exiting $0"
-- exit 1
-- fi
--fi
--
- #build and install non-binary plugins
- cd plugins && \
- make install PREFIX=$TOP && \