diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-11-03 22:06:39 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-11-03 23:18:38 +0000 |
commit | 4b65b136483721f396cd8a21fbd806068d7602b4 (patch) | |
tree | 3cb1c4bfcf70a74393d7186f3f3aa874f600adcd /python/python-faulthandler/python-faulthandler.SlackBuild | |
parent | 5636f8aece32c3c90f173fa80cb84dd24df06aea (diff) |
python/python-faulthandler: Updated for version 3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-faulthandler/python-faulthandler.SlackBuild')
-rw-r--r-- | python/python-faulthandler/python-faulthandler.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-faulthandler/python-faulthandler.SlackBuild b/python/python-faulthandler/python-faulthandler.SlackBuild index 4eba95eae80e3..35983dd71dac3 100644 --- a/python/python-faulthandler/python-faulthandler.SlackBuild +++ b/python/python-faulthandler/python-faulthandler.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-faulthandler -VERSION=${VERSION:-2.6} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,7 +78,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING README.rst TODO $PKG/usr/doc/$PRGNAM-$VERSION +cp AUTHORS COPYING README.rst TODO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |