1
0
forked from ports/opt

python: explicit set permission mode of pyconfig.h to prevent footprint errors with unusual umask

This commit is contained in:
Juergen Daubert 2013-11-11 14:57:54 +01:00
parent e369a5bf84
commit 721747c969

View File

@ -39,5 +39,5 @@ build () {
rm $PKG/usr/lib/python/ctypes/macholib/README.ctypes
mv $PKG/usr/include/python2.7/pyconfig{,-64}.h
cp $SRC/pyconfig.h $PKG/usr/include/python2.7/
install -m 0644 $SRC/pyconfig.h $PKG/usr/include/python2.7/
}