net-im/psi: fixed wrong path to new history patch
authorRion <rion4ik@gmail.com>
Tue, 1 Aug 2017 18:17:03 +0000 (23:17 +0500)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 2 Aug 2017 06:31:11 +0000 (08:31 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5268

net-im/psi/psi-9999.ebuild

index 4e97fcbcbc13312ed7bbff087a915d56466e9f75..56868b48352ba197a57da2f4efb15861a560c56a 100644 (file)
@@ -126,7 +126,7 @@ src_prepare() {
                fi
 
                eapply "${WORKDIR}/psi-plus/patches"/*.diff
-               use sql && eapply "${PATCHES_DIR}/dev/psi-new-history.patch"
+               use sql && eapply "${WORKDIR}/psi-plus/patches/dev/psi-new-history.patch"
 
                vergen="${WORKDIR}/psi-plus/admin/psi-plus-nightly-version"
                features="$(use webkit && echo '--webkit') $(use webengine && echo '--webengine') $(use sql && echo '--sql')"