diff options
Diffstat (limited to 'main/printproto/APKBUILD')
-rw-r--r-- | main/printproto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/printproto/APKBUILD b/main/printproto/APKBUILD index 52c55ca629..adbe24414d 100644 --- a/main/printproto/APKBUILD +++ b/main/printproto/APKBUILD @@ -19,7 +19,7 @@ prepare() { update_config_sub || return 1 } -build() { +build() { cd "$_builddir" ./configure \ --build=$CBUILD \ |