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

@@ -62,7 +62,7 @@ prepare() {
# FS#23997
sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
patch -p1 -i ${srcdir}/3.3-dbm.patch
patch -p1 -i ${srcdir}/3.3-enable-new-dtags.patch
patch -p1 -i ${srcdir}/3.3-tkinter.patch
@@ -136,7 +136,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
}