diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-30 16:19:43 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-30 16:19:43 (GMT) |
commit | 6e4889e232ba0cdaf498eb2c624a0d6a496e45fc (patch) | |
tree | 47494c374335b5c37b03963c266214b25d0fbd62 | |
parent | 68a48a32bd92d0a68be285aca5be4da346cab25f (diff) | |
download | linhes_pkgbuild-6e4889e232ba0cdaf498eb2c624a0d6a496e45fc.zip linhes_pkgbuild-6e4889e232ba0cdaf498eb2c624a0d6a496e45fc.tar.gz linhes_pkgbuild-6e4889e232ba0cdaf498eb2c624a0d6a496e45fc.tar.bz2 |
python-sphinx: don't append 2 to bins
-rw-r--r-- | abs/core/python_modules/python-sphinx/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/python_modules/python-sphinx/PKGBUILD b/abs/core/python_modules/python-sphinx/PKGBUILD index 1012e75..b4db703 100644 --- a/abs/core/python_modules/python-sphinx/PKGBUILD +++ b/abs/core/python_modules/python-sphinx/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=python-sphinx pkgname=('python2-sphinx') pkgver=1.2.2 -pkgrel=3 +pkgrel=4 arch=('any') url='http://sphinx.pocoo.org/' license=('GPL') @@ -31,8 +31,8 @@ prepare() { find Sphinx-${pkgver}2 -type f -exec \ sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; # change sphinx-binaries name in source code - find Sphinx-${pkgver}2 -type f -name '*.py' -exec \ - sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \; +# find Sphinx-${pkgver}2 -type f -name '*.py' -exec \ +# sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \; } build() { |