]> git.donarmstrong.com Git - lilypond.git/commit
Fix FTBFS when built with dpkg-buildpackage -A
authorAnthony Fok <foka@debian.org>
Fri, 27 Jan 2017 20:01:56 +0000 (13:01 -0700)
committerAnthony Fok <foka@debian.org>
Fri, 27 Jan 2017 21:36:44 +0000 (14:36 -0700)
commit55a9a00210137d79122f9c45e07f8e41d6109990
treee06e7ad5cb392d75c16e927aafd745cb3b7cfefd
parent57ca7c6601ed88f6f5a02cb0724d1e87ff148b83
Fix FTBFS when built with dpkg-buildpackage -A

Previously, "$(MAKE) install" was not run for arch-independent build,
hence dh_install was unable to find the non-documentation files that are
destined for lilypond-data.

Thanks to Santiago Vila for the bug report. (Closes: #806067)
debian/rules