[Pkg-cli-apps-commits] [themonospot] 05/06: Ensure target directory for icon exists

Jo Shields directhex at moszumanska.debian.org
Fri Nov 13 12:13:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/0.7.3.1-7
in repository themonospot.

commit 8b653156e3dcbf995dc2ef5a3075fa7360d80aa5
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Fri Nov 13 12:08:16 2015 +0000

    Ensure target directory for icon exists
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6572d43..2abdccf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,10 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install
+	mkdir -p $(CURDIR)/debian/themonospot/usr/share/pixmaps/
 	convert $(CURDIR)/themonospot-gui/resources/monoSPOT_16.png \
 	$(CURDIR)/debian/themonospot/usr/share/pixmaps/themonospot.xpm
-	chmod -x $(CURDIR)/debian/themonospot/usr/share/pixmaps/themonospot.png
+	chmod -x $(CURDIR)/debian/themonospot/usr/share/pixmaps/themonospot.xpm
 	rm -f $(CURDIR)/debian/themonospot/usr/lib/pkgconfig/themonospot-base.pc
 	rm -rf $(CURDIR)/debian/themonospot/usr/lib/pkgconfig/
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/themonospot.git



More information about the Pkg-cli-apps-commits mailing list