summaryrefslogtreecommitdiff
path: root/src/chroot-tools/libremakepkg
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-03-08 22:58:37 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2021-07-26 19:20:09 -0400
commitf7b539224b4ddf45cbd3fe4013bdeb58a762fdfd (patch)
tree5cb3696f1bce847d0ccad0dd244382345f8f5939 /src/chroot-tools/libremakepkg
parentf5d023fee1765b93b49c1737a2b0fc255ba51b1a (diff)
housekeeping
Diffstat (limited to 'src/chroot-tools/libremakepkg')
-rwxr-xr-xsrc/chroot-tools/libremakepkg3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg
index 995a7ad..14ec0ff 100755
--- a/src/chroot-tools/libremakepkg
+++ b/src/chroot-tools/libremakepkg
@@ -184,7 +184,7 @@ usage() {
this unless you have a special reason, its
use is a violation of Parabola policy." \
'-R' 'Repackage contents of the package without rebuilding' \
- "-S <$(_ FILE)>" 'Use an existing --allsource source-package (not-yrt-implemented)' \
+ "-S <$(_ FILE)>" 'Use an existing --allsource source-package (not-yet-implemented)' \
'-h' 'Show this message'
}
@@ -269,6 +269,7 @@ main() {
# Make sure that the various *DEST directories exist
sudo -u "$LIBREUSER" mkdir -p -- "$PKGDEST" "$SRCDEST" "$SRCPKGDEST" "$LOGDEST"
+
# OK, we are starting now ##############################################
if $INCHROOT; then