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