]> git.pld-linux.org Git - packages/python3.git/commitdiff
- disable shm check
authorElan Ruusamäe <glen@delfi.ee>
Wed, 25 Jul 2012 21:50:36 +0000 (00:50 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 25 Jul 2012 21:50:36 +0000 (00:50 +0300)
python3.spec

index e6f52d6a6fee35203c8cf28f6568420e98c62e8c..5678bcc2a8d35196b167c5df634ea469443c60d5 100644 (file)
@@ -449,7 +449,7 @@ Przykłady te są dla Pythona 2.3.4, nie %{version}.
 %patch5 -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.199404 seconds and 4 git commands to generate.