[ace-of-penguins] 23/29: Create the pixmaps directory before installing the xpm icon.

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 17:34:14 UTC 2016


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

apo-guest pushed a commit to branch master
in repository ace-of-penguins.

commit 1bfd2ab3035398313f04592ad0ab0a44cfad7591
Author: Markus Koschany <apo at debian.org>
Date:   Wed Jan 6 17:39:22 2016 +0100

    Create the pixmaps directory before installing the xpm icon.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 58f2603..3bd4ad2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -119,7 +119,7 @@ override_dh_auto_install:
 
 	# Install custom icon
 	install -D -m 644 $(ICON_SRC) $(ICONDIR)/hicolor/24x24/apps/$(ICON_NAME)
-	install -m 644 debian/ace-of-penguins.xpm usr/share/pixmaps
+	install -D -m 644 debian/ace-of-penguins.xpm usr/share/pixmaps
 
 override_dh_installdocs:
 	# Policy: COPYING file is not needed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ace-of-penguins.git



More information about the Pkg-games-commits mailing list