[jhalfs] branch trunk updated: replace zipinfo with bsdunzip
"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Fri, 21 Feb 2025 08:03:39 +0000
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <174012501992.28965.4752448893929940267@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository jhalfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 0a64f78 replace zipinfo with bsdunzip
0a64f78 is described below
commit 0a64f78c489cf8514caa4fb0e3d2759ed006d2d1
Author: Zhang Wen <[email protected]>
AuthorDate: Sun Feb 16 00:56:35 2025 +0800
replace zipinfo with bsdunzip
---
BLFS/xsl/scripts.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BLFS/xsl/scripts.xsl b/BLFS/xsl/scripts.xsl
index 0bf4348..fadeac9 100644
--- a/BLFS/xsl/scripts.xsl
+++ b/BLFS/xsl/scripts.xsl
@@ -349,7 +349,7 @@ case $PACKAGE in
JH_UNPACKDIR=`head -n1 unpacked | cut -d" " -f2 | sed 's@^\./@@;s@/.*@@'`
;;
*.zip)
- zipinfo -1 $SRC_DIR/$PACKAGE > unpacked
+ bsdtar --list -f $SRC_DIR/$PACKAGE > unpacked
JH_UNPACKDIR="$(sed 's@/.*@@' unpacked | uniq )"
if test $(wc -w <<< $JH_UNPACKDIR) -eq 1; then
unzip $SRC_DIR/$PACKAGE
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page