libdwarf: rename -docs to -doc
This commit is contained in:
parent
d841a6a69c
commit
04700c7d87
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libdwarf'
|
||||
pkgname=libdwarf
|
||||
version=20150507
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --enable-shared"
|
||||
short_desc="DWARF Debugging Information Format Library"
|
||||
|
@ -40,7 +40,7 @@ libdwarf-devel_package() {
|
|||
}
|
||||
}
|
||||
|
||||
libdwarf-docs_package() {
|
||||
libdwarf-doc_package() {
|
||||
short_desc+=" - documentation"
|
||||
pkg_install() {
|
||||
install -dm755 $PKGDESTDIR/usr/share/doc/${pkgname}
|
||||
|
|
Loading…
Reference in a new issue