Trailing whitespace cleanup.

This commit is contained in:
Renato Silva
2015-02-09 18:47:01 -02:00
parent fa70bdb7ea
commit b176b369d3
164 changed files with 441 additions and 441 deletions

View File

@@ -67,7 +67,7 @@ prepare() {
patch -p1 -i ${srcdir}/0210-reorder-bininstall-ln-symlink-creation.patch
patch -p1 -i ${srcdir}/0250-allow-win-drives-in-os-path-isabs.patch
patch -p1 -i ${srcdir}/0260-wrong-parameters.patch
# Incomplete patch from Ray Donnelly
# patch -p1 -i ${srcdir}/2.7.5-allow-windows-paths-for-executable.patch
@@ -133,7 +133,7 @@ build() {
package() {
cd "${srcdir}/Python-${pkgver}"
make DESTDIR="${pkgdir}" altinstall maninstall
rm "${pkgdir}"/usr/share/man/man1/python.1
ln -sf python${_pybasever} "${pkgdir}"/usr/bin/python2.exe
@@ -166,7 +166,7 @@ package() {
# license
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
# fix permissons
find ${pkgdir}/usr -type f \( -name "*.dll" -o -name "*.exe" \) | xargs chmod 0755
}