Kaydet (Commit) 38e0a58c authored tarafından Jung-uk Kim's avatar Jung-uk Kim Kaydeden (comit) Stephan Bergmann

fdo#53857: Assume --strip-components is always available for bsdtar

Change-Id: Ic05c0cb9ac2c20788870069939d6708214ea0cda
üst 6e7baaab
......@@ -2221,7 +2221,7 @@ fi
AC_SUBST(GNUTAR)
AC_MSG_CHECKING([for tar's option to strip components])
$GNUTAR --help 2> /dev/null | egrep "strip-components" 2>&1 >/dev/null
$GNUTAR --help 2> /dev/null | egrep "bsdtar|strip-components" 2>&1 >/dev/null
if test $? -eq 0; then
STRIP_COMPONENTS="--strip-components"
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment