mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 02:41:06 +02:00
reglookup: live fix sharelib path
This commit is contained in:
parent
9d36537e56
commit
be1acd3f74
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
EAPI="5"
|
||||
|
||||
SONAME_PV="1.0.1"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit scons-utils distutils-r1 subversion
|
||||
|
||||
|
|
@ -27,6 +29,8 @@ src_install() {
|
|||
distutils-r1_src_install
|
||||
dobin bin/reglookup-timeline src/reglookup src/reglookup-recover
|
||||
dolib.so lib/libregfi.so
|
||||
dolib.so lib/libregfi.so.1
|
||||
dolib.so lib/libregfi.so."${SONAME_PV}"
|
||||
#fix me, add Doxygen
|
||||
# doman doc/*.1.gz
|
||||
dodir /usr/include/regfi
|
||||
|
|
|
|||
Loading…
Reference in a new issue