From b46378976de6e1decb29ba71042b24951eaae45f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 11 Mar 2013 08:45:23 +0000 Subject: testing/py-paramiko: minor layout changes --- testing/py-paramiko/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/py-paramiko/APKBUILD b/testing/py-paramiko/APKBUILD index 902aa89943..c851936bf1 100644 --- a/testing/py-paramiko/APKBUILD +++ b/testing/py-paramiko/APKBUILD @@ -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" -- cgit v1.2.3