summaryrefslogtreecommitdiff
path: root/libre/kdenetwork-kopete-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 18:41:31 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 18:41:31 -0300
commit5b2a721f7439d558930d94d70723617b247a2ccc (patch)
tree33e04b3e74550ea52a1e107ca8bfad4a4cfda89e /libre/kdenetwork-kopete-libre/PKGBUILD
parent0be1b01714de12920ce76c6b3ab70a9a27280318 (diff)
downloadabslibre-5b2a721f7439d558930d94d70723617b247a2ccc.tar.gz
abslibre-5b2a721f7439d558930d94d70723617b247a2ccc.tar.bz2
abslibre-5b2a721f7439d558930d94d70723617b247a2ccc.zip
kdenetwork-kopete-libre: fix paths on PKGBUILD file
Diffstat (limited to 'libre/kdenetwork-kopete-libre/PKGBUILD')
-rw-r--r--libre/kdenetwork-kopete-libre/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/kdenetwork-kopete-libre/PKGBUILD b/libre/kdenetwork-kopete-libre/PKGBUILD
index d1d12c749..e5136d719 100644
--- a/libre/kdenetwork-kopete-libre/PKGBUILD
+++ b/libre/kdenetwork-kopete-libre/PKGBUILD
@@ -30,9 +30,9 @@ prepare() {
patch -p2 -i "${srcdir}"/libotr3.patch
patch -p1 -i "${srcdir}"/mediastreamer29.patch
# Based on http://bzr.trisquel.info/package-helpers/trunk/annotate/head%3A/helpers/natty/make-kdenetwork, revision 34.
- sed -i 's/Skype protocol" ON/Skype protocol" OFF/g' "${pkgbase}-${pkgver}/kopete/protocols/CMakeLists.txt"
- rm -rf "${pkgbase}-${pkgver}/kopete/protocols/skype"
- sed 's/, Skype//' -i "${pkgbase}-${pkgver}/kopete/doc/index.docbook"
+ sed -i 's/Skype protocol" ON/Skype protocol" OFF/g' protocols/CMakeLists.txt
+ rm -rf protocols/skype
+ sed 's/, Skype//' -i doc/index.docbook
}
build() {