c556a6ea46
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
14 lines
171 B
Bash
14 lines
171 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
cd src
|
|
}
|
|
|
|
postInstall() {
|
|
romsDir=$out/share/atari800/roms
|
|
mkdir -p $romsDir
|
|
unzip $rom -d $romsDir
|
|
}
|
|
|
|
genericBuild
|