From d0a14f1b7765911fca4578b72f5023672bfde234 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Fri, 22 Jan 2021 20:31:57 -0500 Subject: src/chroot-tools/libremakepkg: -S option may be not yet implemented --- src/chroot-tools/libremakepkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/chroot-tools/libremakepkg') diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg index 1b29c3e..80d7444 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' \ + "-S <$(_ FILE)>" 'Use an existing --allsource source-package (not-yrt-implemented)' \ '-h' 'Show this message' } @@ -211,7 +211,7 @@ main() { w|r) librechroot_flags+=(-$flag "$OPTARG") ; ! $INCHROOT || err_chflag "$flag";; N ) NONET=false;; R ) repack=true; makepkg_args+=(-R);; - S ) srcpkg=$OPTARG;; + S ) srcpkg='';; # srcpkg=$OPTARG;; TODO: not yet implemented h ) usage; exit $EXIT_SUCCESS;; * ) usage >&2; exit $EXIT_INVALIDARGUMENT;; esac -- cgit v1.2.2