s3cmd: don't put docs in /usr/usr.

This commit is contained in:
Christian Neukirchen 2015-10-17 15:47:06 +02:00
parent 66f830deda
commit 703b92b051

View File

@ -1,7 +1,7 @@
# Template file for 's3cmd' # Template file for 's3cmd'
pkgname=s3cmd pkgname=s3cmd
version=1.6.0 version=1.6.0
revision=1 revision=2
noarch=yes noarch=yes
build_style=python-module build_style=python-module
pycompile_module="S3" pycompile_module="S3"
@ -15,5 +15,5 @@ distfiles="https://github.com/s3tools/${pkgname}/archive/v${version}.tar.gz"
checksum=4c738263e616d61ef8c2e970ee0c5b6a92f358b1b6b545bd9a5fbbfe9f38e3a9 checksum=4c738263e616d61ef8c2e970ee0c5b6a92f358b1b6b545bd9a5fbbfe9f38e3a9
pre_install() { pre_install() {
export S3CMD_INSTPATH_DOC="usr/share/doc" export S3CMD_INSTPATH_DOC="share/doc"
} }