aboutsummaryrefslogtreecommitdiffstats
path: root/main/vde2
diff options
context:
space:
mode:
authortmpfile <tmpfile@users.noreply.github.com>2017-07-08 16:22:58 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-10 09:02:51 +0000
commitab744645dd6495c41364ede3712737ddc11a01cd (patch)
tree8c4a69cfb41f59e28533fc6c2371e1f3d14304ae /main/vde2
parente9e50ef290b538f12c9147f65d147dba3bbd6b9c (diff)
downloadaports-ab744645dd6495c41364ede3712737ddc11a01cd.tar.bz2
aports-ab744645dd6495c41364ede3712737ddc11a01cd.tar.xz
main/[various]: fix trailing whitespace
Diffstat (limited to 'main/vde2')
-rw-r--r--main/vde2/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/vde2/APKBUILD b/main/vde2/APKBUILD
index 2578a26405..594626c4bb 100644
--- a/main/vde2/APKBUILD
+++ b/main/vde2/APKBUILD
@@ -40,7 +40,7 @@ build() {
package() {
cd "$builddir"
make -j1 DESTDIR="$pkgdir" install || return 1
-
+
install -Dm755 "$srcdir"/vde2.pre-up \
"$pkgdir"/etc/network/if-pre-up.d/vde2 || return 1
install -Dm755 "$srcdir"/vde2.post-down \