From 6e4889e232ba0cdaf498eb2c624a0d6a496e45fc Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 30 Apr 2014 16:19:43 +0000 Subject: python-sphinx: don't append 2 to bins --- abs/core/python_modules/python-sphinx/PKGBUILD | 6 +++--- 1 file 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() { -- cgit v0.12