diff options
-rw-r--r-- | BUILD/FINISH.sh | 8 | ||||
-rw-r--r-- | sounds/compilation_finished.au.gz | bin | 0 -> 12406 bytes |
2 files changed, 8 insertions, 0 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 368ab339c2b..5900223f3d5 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -45,3 +45,11 @@ then else echo "$commands" fi + +comp_finished=sounds/compilation_finished.au.gz + +if [ -c /dev/audio ] && [ -f "$comp_finished" ] +then + gunzip -c $comp_finished > /dev/audio +fi + diff --git a/sounds/compilation_finished.au.gz b/sounds/compilation_finished.au.gz Binary files differnew file mode 100644 index 00000000000..f0ed06c0698 --- /dev/null +++ b/sounds/compilation_finished.au.gz |