From e314360792186593a5d904cf766184b62c104573 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 6 Sep 2018 14:42:50 -0500 Subject: Developer's Handbook: fix syntax error in abuild subcommand list --- src/devel/1_preparing.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/devel/1_preparing.xml') diff --git a/src/devel/1_preparing.xml b/src/devel/1_preparing.xml index 4584caa..6892373 100644 --- a/src/devel/1_preparing.xml +++ b/src/devel/1_preparing.xml @@ -177,31 +177,31 @@ checksum - This subcommand instructs abuild to recreate the checksum lines at the end of the APKBUILD. This is typically used when "bumping" or upgrading the software package (which causes it to have new source code). It is also used when creating, modifying, or removing patches from the package. + This subcommand instructs abuild to recreate the checksum lines at the end of the APKBUILD. This is typically used when "bumping" or upgrading the software package (which causes it to have new source code). It is also used when creating, modifying, or removing patches from the package. fetch - This subcommand instructs abuild to fetch external source(s) specified in source to the SRCDEST specified in your abuild.conf, and ensure they match the checksum(s) specified in the APKBUILD. The default SRCDEST is /var/cache/distfiles. + This subcommand instructs abuild to fetch external source(s) specified in source to the SRCDEST specified in your abuild.conf, and ensure they match the checksum(s) specified in the APKBUILD. The default SRCDEST is /var/cache/distfiles. unpack - This subcommand instructs abuild to unpack the archive files specified in source to the source directory. For instance, if source contained "https://my-package.org/foobar-1.2.zip", the contents of "foobar-1.2.zip" would be extracted to the source directory + This subcommand instructs abuild to unpack the archive files specified in source to the source directory. For instance, if source contained "https://my-package.org/foobar-1.2.zip", the contents of "foobar-1.2.zip" would be extracted to the source directory. prepare - This subcommand instructs abuild to run the prepare() function from the APKBUILD. If no prepare() is provided in the APKBUILD, abuild will run a default prepare() which will apply all patches specified in source to the source tree. + This subcommand instructs abuild to run the prepare() function from the APKBUILD. If no prepare() is provided in the APKBUILD, abuild will run a default prepare() which will apply all patches specified in source to the source tree. build - This subcommand instructs abuild to run the build() function from the APKBUILD. + This subcommand instructs abuild to run the build() function from the APKBUILD. package - This subcommand instructs abuild to run the package() function from the APKBUILD. + This subcommand instructs abuild to run the package() function from the APKBUILD. rootpkg - This subcommand + This subcommand instructs abuild to run the package() function, any split functions, and then create the APK files. -- cgit v1.2.3-70-g09d2