summaryrefslogtreecommitdiff
path: root/src/chroot-tools/libremakepkg
diff options
context:
space:
mode:
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