From 721747c969b49e61547d092cbcd81ee1cd5f1e3f Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Mon, 11 Nov 2013 14:57:54 +0100 Subject: [PATCH] python: explicit set permission mode of pyconfig.h to prevent footprint errors with unusual umask --- python/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Pkgfile b/python/Pkgfile index ee7d386a3..7554d27e6 100644 --- a/python/Pkgfile +++ b/python/Pkgfile @@ -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/ }