From d6529c8d14d870c966dc74c3008cdce15dabb7c5 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 26 Oct 2016 18:51:19 +0200 Subject: [various] rename dependency python to python2 --- main/python2/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/python2') diff --git a/main/python2/APKBUILD b/main/python2/APKBUILD index ae98676e2a..f5889dd178 100644 --- a/main/python2/APKBUILD +++ b/main/python2/APKBUILD @@ -28,7 +28,7 @@ prepare() { # make sure our /dev/shm is world writeable if ! touch /dev/shm/$pkgname-$pkgver; then - error "/dev/shm is not world writeable. this will cause a broken python build" + error "/dev/shm is not world writeable. this will cause a broken python2 build" return 1 fi rm /dev/shm/$pkgname-$pkgver -- cgit v1.2.3