diff options
author | tmpfile <tmpfile@users.noreply.github.com> | 2017-07-08 16:30:22 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-10 09:04:20 +0000 |
commit | d1bbf07a534c7cd70cb28c748dad9a9e768f403b (patch) | |
tree | 72118c65ac7565670d0b720adfb260366f45d981 /community/i3wm | |
parent | ab744645dd6495c41364ede3712737ddc11a01cd (diff) | |
download | aports-d1bbf07a534c7cd70cb28c748dad9a9e768f403b.tar.bz2 aports-d1bbf07a534c7cd70cb28c748dad9a9e768f403b.tar.xz |
community/[various]: fix trailing whitespace
Diffstat (limited to 'community/i3wm')
-rw-r--r-- | community/i3wm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/i3wm/APKBUILD b/community/i3wm/APKBUILD index 187874e3eb..ce422708e0 100644 --- a/community/i3wm/APKBUILD +++ b/community/i3wm/APKBUILD @@ -29,10 +29,10 @@ check() { package() { cd "$builddir" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir/" install install -d "$pkgdir/usr/share/man/man1" - install -m644 man/*.1 "$pkgdir"/usr/share/man/man1/ + install -m644 man/*.1 "$pkgdir"/usr/share/man/man1/ } sha512sums="1bb1044e8d86e78d3ccb79d49f0eb26665dcd05a348058a5e57138151d74f57d77830efc3025893170fe1b8ec612f739f75247a427410f96286b09afd2c5f14c i3-4.13.tar.bz2 |