]> 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 20:11:56 +0000 (13:11 -0700)
commitd62df6df677aeb8721715c5caf5b3e9e9053b411
tree012d9f9c75bbf665d59f6d7de7f79bc54f52e0a4
parentc7188d81786abe6ee550a6f7b10e9b3923b8ebfa
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