Skip to content

Commit

Permalink
kde-apps/kabcclient: Remove PREFIX setting for CMake
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: gentoo#4555
  • Loading branch information
SoapGentoo committed May 6, 2017
1 parent f5810f4 commit 4289761
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kde-apps/kabcclient/kabcclient-4.14.11_pre20160211.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -25,5 +25,5 @@ src_install() {
kde4-meta_src_install

# work around NULL DT_RPATH in kabc2mutt
dosym kabcclient ${PREFIX}/bin/kabc2mutt
dosym kabcclient /usr/bin/kabc2mutt
}
2 changes: 1 addition & 1 deletion kde-apps/kabcclient/kabcclient-4.14.11_pre20160611.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ src_install() {
kde4-meta_src_install

# work around NULL DT_RPATH in kabc2mutt
dosym kabcclient ${PREFIX}/bin/kabc2mutt
dosym kabcclient /usr/bin/kabc2mutt
}
4 changes: 2 additions & 2 deletions kde-apps/kabcclient/kabcclient-4.4.2016.01.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -22,5 +22,5 @@ src_install() {
kde4-meta_src_install

# work around NULL DT_RPATH in kabc2mutt
dosym kabcclient ${PREFIX}/bin/kabc2mutt || die "couldn't symlink kabc2mutt to kabcclient"
dosym kabcclient /usr/bin/kabc2mutt
}
2 changes: 1 addition & 1 deletion kde-apps/kabcclient/kabcclient-4.4.2017.04.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ src_install() {
kde4-meta_src_install

# work around NULL DT_RPATH in kabc2mutt
dosym kabcclient ${PREFIX}/bin/kabc2mutt
dosym kabcclient /usr/bin/kabc2mutt
}

0 comments on commit 4289761

Please sign in to comment.