Due to a line in debian/rules, git-build-snapshot tries to delete a YUI-related path that does not exist anymore (bug 13612 I guess). Build process ends with an error. rm: cannot remove `/tmp/buildd/koha-3.19.01/debian/tmp/usr/share/koha/opac/htdocs/opac-tmpl/lib/yui': No such file or directory
Created attachment 36167 [details] [review] Bug 13759 - git-build-snapshot misses YUI and dies of sorrow during build Due to a line in debian/rules, git-build-snapshot tries to delete a YUI-related path that does not exist anymore (bug 13612 I guess). Build process ends with an error. This patch deletes the line.
Created attachment 36173 [details] [review] Bug 13759 - git-build-snapshot misses YUI and dies of sorrow during build Due to a line in debian/rules, git-build-snapshot tries to delete a YUI-related path that does not exist anymore (bug 13612 I guess). Build process ends with an error. This patch deletes the line. Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
That must have crept in just after I did a master build yesterday.
Patch pushed to master. Thanks Mirko!