aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-serial
diff options
context:
space:
mode:
authortmpfile <tmpfile@users.noreply.github.com>2017-07-08 16:36:15 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-10 09:05:20 +0000
commit77f6dfa1268698df57721eecd7f41f2be1f632f0 (patch)
tree433d776d751519a126a6145b1412c104839681fc /testing/py-serial
parentd1bbf07a534c7cd70cb28c748dad9a9e768f403b (diff)
downloadaports-77f6dfa1268698df57721eecd7f41f2be1f632f0.tar.bz2
aports-77f6dfa1268698df57721eecd7f41f2be1f632f0.tar.xz
testing/[various]: fix trailing whitespace
Diffstat (limited to 'testing/py-serial')
-rw-r--r--testing/py-serial/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-serial/APKBUILD b/testing/py-serial/APKBUILD
index 61b5df4c16..aeaa939e3b 100644
--- a/testing/py-serial/APKBUILD
+++ b/testing/py-serial/APKBUILD
@@ -39,7 +39,7 @@ _py3() {
_py_common() {
local python="$1"
depends="$python"
-
+
cd "$builddir"
$python setup.py install --prefix=/usr --root="$subpkgdir"
}