pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/scripts Fix unrar usage: the command to extract is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29db18695e6b
branches:  trunk
changeset: 507456:29db18695e6b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 02 14:28:17 2006 +0000

description:
Fix unrar usage: the command to extract is 'x', without hyphen.

diffstat:

 mk/scripts/extract |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 6cdef1224c49 -r 29db18695e6b mk/scripts/extract
--- a/mk/scripts/extract        Thu Feb 02 14:10:45 2006 +0000
+++ b/mk/scripts/extract        Thu Feb 02 14:28:17 2006 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: extract,v 1.16 2006/01/24 15:26:06 jlam Exp $
+# $NetBSD: extract,v 1.17 2006/02/02 14:28:17 joerg Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -272,7 +272,7 @@
 
 rar)
        : ${EXTRACT_OPTS_RAR=-inul}
-       ${UNRAR} -x ${EXTRACT_OPTS_RAR} "$distfile" "$@"
+       ${UNRAR} x ${EXTRACT_OPTS_RAR} "$distfile" "$@"
        ;;
 
 jre-bin)



Home | Main Index | Thread Index | Old Index