Projects
home:pandora:RobinOS23
texinfo
_service:download_src_package:fix-info-dir-add-...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:download_src_package:fix-info-dir-add-zst-support.patch of Package texinfo
diff --git a/contrib/fix-info-dir b/contrib/fix-info-dir --- a/contrib/fix-info-dir +++ b/contrib/fix-info-dir @@ -222,6 +222,10 @@ DIR_FILE_END_OF_FILE fname="${file}.gz" elif test -r "${file}.info.gz"; then fname="${file}.info.gz" + elif test -r "${file}.zst"; then + fname="${file}.zst" + elif test -r "${file}.info.zst"; then + fname="${file}.info.zst" else echo "$0:$LINENO: can't find info file for ${file}?">&2 continue @@ -261,12 +265,13 @@ sed -e "1,/$MENU_BEGIN/d" -e "$MENU_FILTER1" -e "$MENU_FILTER2"<$DIR_FILE\ |sed -n -e '/\* /{ s/).*$//g s/\.gz$// +s/\.zst$// s/\.info$// s/^.*(//p }'|sort -u>$TMP_FILE1 ls -F|sed -e '/\/$/d' -e '/[-.][0-9]/d'\ -e "/^$DIR_FILE\$/d" -e "/^$DIR_FILE.old\$/d"\ - -e 's/[*@]$//' -e 's/\.gz$//' -e 's/\.info$//'|sort>$TMP_FILE2 + -e 's/[*@]$//' -e 's/\.gz$//' -e 's/\.zst$//' -e 's/\.info$//'|sort>$TMP_FILE2 if test -z "$MODE"; then #Detect Missing @@ -280,6 +285,10 @@ if test -z "$MODE"; then Info_File="${Info_Name}.gz" elif test -r "${Info_Name}.info.gz"; then Info_File="${Info_Name}.info.gz" + elif test -r "${Info_Name}.zst"; then + Info_File="${Info_Name}.zst" + elif test -r "${Info_Name}.info.zst"; then + Info_File="${Info_Name}.info.zst" else echo "$0:$LINENO: can't find info file for ${Info_Name}?">&2 continue
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2