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)
Plain $(INSTALL) always adds the executable bit to the installed
files, which has the wrong effect for data files.

Found by lintian.


No differences found