about summary refs log tree commit diff
path: root/pkgs/games/quake3/demo/builder.sh
blob: 640401a0ec85aeea2d787181f0673ebc4eafab6e (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 .

ensureDir $out/baseq3
cp demoq3/*.pk3 baseq3/*.pk3 $out/baseq3