From: Bdale Garbee Date: Mon, 31 Aug 2009 22:47:44 +0000 (-0600) Subject: pixmap file should not be executable X-Git-Tag: debian/0.5+77+gc57bd7f~36 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=6926c4ab5d87a8f2eb4fcde2c673fb3a4639e115 pixmap file should not be executable --- 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