]> git.pld-linux.org Git - packages/python3.git/commitdiff
Merge branch 'master' into AC-branch
authorElan Ruusamäe <glen@delfi.ee>
Thu, 26 Jul 2012 10:41:14 +0000 (13:41 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 26 Jul 2012 10:41:14 +0000 (13:41 +0300)
python3.spec

index 4683317591e90cd4e9798f166e105d126b8c607e..348897ef42f64fe6b23fa9bc98026e13c537c7ea 100644 (file)
@@ -451,7 +451,7 @@ Przykłady te są dla Pythona 2.3.4, nie %{version}.
 %patch6 -p1
 
 %build
-if ! grep -q "tmpfs" /proc/self/mounts; then
+if false && ! grep -q "tmpfs" /proc/self/mounts; then
        echo "You need to have /dev/shm mounted in order to build this package!" >&2
        echo "(Or any other tmpfs mounted and accessible to the rpmbuild process)" >&2
        exit 1
This page took 0.045469 seconds and 4 git commands to generate.