diff options
-rw-r--r-- | system/at/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/at/APKBUILD b/system/at/APKBUILD index 2bd02c7da..d09571f91 100644 --- a/system/at/APKBUILD +++ b/system/at/APKBUILD @@ -31,6 +31,7 @@ prepare() { build() { LEXLIB=-lfl \ + PATH=$PATH:/usr/sbin \ ./configure \ --build=$CBUILD \ --host=$CHOST \ |