]> git.pld-linux.org Git - packages/python3.git/blobdiff - python3.spec
Merge branch 'master' into AC-branch
[packages/python3.git] / python3.spec
index 5b73130e491389f5d822b134f2aaf0932f273dc3..74026cf1d5ea735e5eb35ba61024a81e28df634f 100644 (file)
@@ -466,7 +466,7 @@ for f in $files; do
 done
 
 %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.031902 seconds and 4 git commands to generate.