Trailing whitespace cleanup.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user