repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
build-support
/
setup-hooks
/
gog-unpack.sh
blob
559b543fadfceb396cb7557c0b2e46727a5b8ed9
1
unpackPhase
=
"unpackGog"
2
3
unpackGog
() {
4
runHook preUnpackGog
5
6
innoextract
--silent --extract --exclude-temp
"
${src}
"
7
8
find
.
-depth -print -execdir
rename
-f
'y/A-Z/a-z/'
'{}'
\
;
9
10
runHook postUnpackGog
11
}