dev-db/wxsqlite3: fix pkg-config file

This commit is contained in:
Julian Ospald 2016-02-26 23:57:29 +01:00
parent cc3443b41f
commit 491c4c00ff
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ src_install() {
edo sed \
-e "s:prefix=/usr:prefix=/usr/$(exhost --target):" \
-e "s:wxcode_gtk2_wxsqlite3:wxcode_gtk${gtkver}_wxsqlite3:" \
-e "s:wxcode_gtk2_wxsqlite3:wxcode_gtk${gtkver}u_wxsqlite3:" \
-e "s:@WXVERSION@:${SLOT}:g" \
-e "s:@LIBDIR@:lib:g" \
-e "s:@VERSION@:${PV}:g" \