Overriding a nested attribute

I must have missed this in the code review:

cp -r ${webapp}/* $out/client/ and the use of ${src} below should just read cp -r $webapp/* $out/client/ - that is, without the curlies. We should probably fix that.