diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-04 06:08:48 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-04 06:08:48 -0300 |
commit | 0b8227cbc38c4bdad7b63290d0312eabf65b9b54 (patch) | |
tree | 51981b61a30d91eda1d4ea528fdec33d4e1aeb5c /libre/kdenetwork-kopete-libre/PKGBUILD | |
parent | 3b84689332e42e364a0a47ad6ddd7822560dfeea (diff) | |
download | abslibre-0b8227cbc38c4bdad7b63290d0312eabf65b9b54.tar.gz abslibre-0b8227cbc38c4bdad7b63290d0312eabf65b9b54.tar.bz2 abslibre-0b8227cbc38c4bdad7b63290d0312eabf65b9b54.zip |
kdenetwork-kopete-libre: fix issue on PKGBUILD
Diffstat (limited to 'libre/kdenetwork-kopete-libre/PKGBUILD')
-rw-r--r-- | libre/kdenetwork-kopete-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/kdenetwork-kopete-libre/PKGBUILD b/libre/kdenetwork-kopete-libre/PKGBUILD index 890c2ef66..3b4295415 100644 --- a/libre/kdenetwork-kopete-libre/PKGBUILD +++ b/libre/kdenetwork-kopete-libre/PKGBUILD @@ -27,7 +27,7 @@ prepare() { # 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}/doc/kopete/index.docbook" + sed 's/, Skype//' -i "${pkgbase}-${pkgver}/kopete/doc/index.docbook" } build() { |