gui: Use $(INSTALL_DATA), not $(INSTALL), to install data files.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 24 Jan 2012 05:28:53 +0000 (21:28 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 24 Jan 2012 05:28:53 +0000 (21:28 -0800)
commita2d848d79d9938f6e170f80743f53c53f66f2548
treeac52253625050c2201bd645c210fc03f4ea61f5f
parentd4e19e545c74781f3d36b670f9a27d93a76a3771
gui: Use $(INSTALL_DATA), not $(INSTALL), to install data files.

Plain $(INSTALL) always adds the executable bit to the installed
files, which has the wrong effect for data files.

Found by lintian.
src/ui/gui/automake.mk