Skip to content

Commit

Permalink
kde-frameworks/kpty: prepend EPREFIX to utempter path
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
floppym committed Oct 13, 2016
1 parent 4085d3a commit 645b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kde-frameworks/kpty/kpty-5.27.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=(
-DUTEMPTER_EXECUTABLE=/usr/sbin/utempter
-DUTEMPTER_EXECUTABLE="${EPREFIX}/usr/sbin/utempter"
)

kde5_src_configure
Expand Down

0 comments on commit 645b02c

Please sign in to comment.