mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
hooks/do-extract: treat *.sh files as text files
This commit is contained in:
parent
affcffff4e
commit
9e585603d6
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ hook() {
|
||||||
*.patch) cursufx="txt";;
|
*.patch) cursufx="txt";;
|
||||||
*.diff) cursufx="txt";;
|
*.diff) cursufx="txt";;
|
||||||
*.txt) cursufx="txt";;
|
*.txt) cursufx="txt";;
|
||||||
|
*.sh) cursufx="txt";;
|
||||||
*.7z) cursufx="7z";;
|
*.7z) cursufx="7z";;
|
||||||
*.gem) cursufx="gem";;
|
*.gem) cursufx="gem";;
|
||||||
*.crate) cursufx="crate";;
|
*.crate) cursufx="crate";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue