From 21b5a2298d3bdd4cadd70f098561f9ae5a7b30d3 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Thu, 28 Mar 2024 13:24:27 +0100 Subject: [PATCH] abuild: fix help message --- abuild.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abuild.in b/abuild.in index bc3867d..b6d4083 100644 --- a/abuild.in +++ b/abuild.in @@ -2860,7 +2860,7 @@ usage() { -m Disable colors (monochrome) -P Set REPODEST as the repository location for created packages -q Quiet - -r Install missing dependencies from system repository (using sudo) + -r Install missing dependencies from system repository (using \$SUDO_APK) -s Set source package destination directory -v Verbose: show every command as it is run (very noisy) @@ -2876,7 +2876,7 @@ usage() { fetch Fetch sources to \$SRCDEST (consider: 'abuild fetch verify') index Regenerate indexes in \$REPODEST listpkg List target packages - package Install project into $pkgdir + package Install project into \$pkgdir prepare Apply patches rootbld Build package in clean chroot rootpkg Run 'package', the split functions and create apks as fakeroot