mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/py-paramiko: minor layout changes
This commit is contained in:
parent
b24a55f21e
commit
b46378976d
@ -28,15 +28,15 @@ package() {
|
||||
}
|
||||
|
||||
demos() {
|
||||
# Put the demo files into a seperate package
|
||||
mkdir -p "$subpkgdir"/usr/share/doc/"$pkgname"/demos || return 1
|
||||
mv "$_builddir"/demos "$subpkgdir"/usr/share/doc/"$pkgname"/ || return 1
|
||||
# Put the demo files into a seperate package
|
||||
mkdir -p "$subpkgdir"/usr/share/doc/"$pkgname"/demos || return 1
|
||||
mv "$_builddir"/demos "$subpkgdir"/usr/share/doc/"$pkgname"/ || return 1
|
||||
}
|
||||
|
||||
docs() {
|
||||
# Put the documentation files into a seperate package
|
||||
mkdir -p "$subpkgdir"/usr/share/doc/"$pkgname"/docs || return 1
|
||||
mv "$_builddir"/docs "$subpkgdir"/usr/share/doc/"$pkgname"/ || return 1
|
||||
# Put the documentation files into a seperate package
|
||||
mkdir -p "$subpkgdir"/usr/share/doc/"$pkgname"/docs || return 1
|
||||
mv "$_builddir"/docs "$subpkgdir"/usr/share/doc/"$pkgname"/ || return 1
|
||||
}
|
||||
|
||||
md5sums="b78472021ff6586dd61ad6972032f54f paramiko-1.9.0.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user