From f83d19ce79ab9f2dcc5238346a910cd18ae0f330 Mon Sep 17 00:00:00 2001 From: Ikke Date: Mon, 22 Apr 2019 22:39:00 +0200 Subject: newapkbuild: remove obsolete cd statements Since `$builddir` is officially supported and abuild automatically cd's to `$builddir`, it does not need to be part of the template anymore. --- newapkbuild.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/newapkbuild.in b/newapkbuild.in index e00d7d2..36e4bca 100644 --- a/newapkbuild.in +++ b/newapkbuild.in @@ -266,7 +266,6 @@ __EOF__ # Create build() function cat >>APKBUILD<<__EOF__ build() { - cd "\$builddir" __EOF__ case "$buildtype" in @@ -292,7 +291,6 @@ __EOF__ # Create check() function cat >>APKBUILD<<__EOF__ check() { - cd "\$builddir" __EOF__ case "$buildtype" in @@ -310,7 +308,6 @@ __EOF__ # Create package() function cat >>APKBUILD<<__EOF__ package() { - cd "\$builddir" __EOF__ case "$buildtype" in -- cgit v1.2.3