forked from rarias/bscpkgs
cpic: Compilation ok but fails to run
This commit is contained in:
11
bsc/setup-hooks/gog-unpack.sh
Normal file
11
bsc/setup-hooks/gog-unpack.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
unpackPhase="unpackGog"
|
||||
|
||||
unpackGog() {
|
||||
runHook preUnpackGog
|
||||
|
||||
innoextract --silent --extract --exclude-temp "${src}"
|
||||
|
||||
find . -depth -print -execdir rename -f 'y/A-Z/a-z/' '{}' \;
|
||||
|
||||
runHook postUnpackGog
|
||||
}
|
||||
Reference in New Issue
Block a user