From 40de2d730ca027d42d4e93561fbad80fb8823c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Thu, 9 Apr 2015 10:34:28 +0000 Subject: main/python: paxmark the real binary, not the symlink --- main/python/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/python') diff --git a/main/python/APKBUILD b/main/python/APKBUILD index 907ce98631..e651c7f7df 100644 --- a/main/python/APKBUILD +++ b/main/python/APKBUILD @@ -2,7 +2,7 @@ pkgname=python pkgver=2.7.9 _verbase=${pkgver%.*} -pkgrel=1 +pkgrel=2 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all" @@ -63,7 +63,7 @@ package() { rm "$pkgdir/usr/bin/2to3" || return 1 # we need to enable emutramp - needed for virt-manager # disable mprotect - needed for cffi - paxmark -zxm "$pkgdir"/usr/bin/python + paxmark -zxm "$pkgdir"/usr/bin/python$_verbase || return 1 } _mv_files() { -- cgit v1.2.3