diff options
author | Bdale Garbee <bdale@gag.com> | 2009-08-31 16:47:44 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2009-08-31 16:47:44 -0600 |
commit | 6926c4ab5d87a8f2eb4fcde2c673fb3a4639e115 (patch) | |
tree | 8e05033e20cc417797aee432bee3dd6806a1e59f | |
parent | 1495e2f27acde3743c3764a0c31ee082224d6c64 (diff) |
pixmap file should not be executable
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index fff5585f..74cc078d 100755 --- a/debian/rules +++ b/debian/rules @@ -38,6 +38,8 @@ install: build dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/altos install + install -o root -g root -m 0644 debian/altusmetrum.xpm \ + $(CURDIR)/debian/altos/usr/share/pixmaps/altusmetrum.xpm # Build architecture-independent files here. binary-indep: install @@ -52,8 +54,6 @@ binary-arch: install dh_installexamples dh_install dh_installmenu - install debian/altusmetrum.xpm \ - debian/altos/usr/share/pixmaps/altusmetrum.xpm # dh_installdebconf # dh_installlogrotate # dh_installemacsen |