leveldb: fix do_install
This commit is contained in:
parent
60ee06effd
commit
33cd1db2ea
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'leveldb'
|
# Template file for 'leveldb'
|
||||||
pkgname=leveldb
|
pkgname=leveldb
|
||||||
version=1.18
|
version=1.18
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="A fast and lightweight key/value database library by Google"
|
short_desc="A fast and lightweight key/value database library by Google"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -16,7 +16,7 @@ do_install() {
|
||||||
vmkdir usr/share/doc/leveldb
|
vmkdir usr/share/doc/leveldb
|
||||||
|
|
||||||
# libraries
|
# libraries
|
||||||
vinstall libleveldb.so.${version%.?*} 755 usr/lib
|
vinstall libleveldb.so.${version} 755 usr/lib
|
||||||
cp -P libleveldb.so{,.1} ${DESTDIR}/usr/lib
|
cp -P libleveldb.so{,.1} ${DESTDIR}/usr/lib
|
||||||
|
|
||||||
# headers
|
# headers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue