summary refs log tree commit diff
path: root/pkgs/games/quake3/demo/builder.sh
blob: 40b0a547243b232787a4bd7223dc12cc101f4b3f (plain) (blame)
1
2
3
4
5
6
7
8
9
source $stdenv/setup

tail -n +165 $demo | tar xvfz -
chmod -R +w .
tail -n +175 $update | tar xvfz -
chmod -R +w .

mkdir -p $out/baseq3
cp demoq3/*.pk3 baseq3/*.pk3 $out/baseq3