[game-data-packager] 01/01: also include 2 .svg icons in .deb

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sat Jul 23 06:55:09 UTC 2016


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

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 6dabef06e5ab0d641e1163dae58b65a7cb11ec6a
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sat Jul 23 08:54:57 2016 +0200

    also include 2 .svg icons in .deb
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 7a5da33..8002a2f 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,7 @@ clean:
 	rm -f ./out/*.png
 	rm -f ./out/*.svgz
 	rm -f ./out/*.svg
+	rm -f ./out/*.svg
 	rm -f ./out/*.txt
 	rm -f ./out/vfs.zip
 	rm -f ./out/index.html
@@ -138,6 +139,7 @@ install:
 	install -m0644 out/*.copyright                         $(DESTDIR)$(datadir)/game-data-packager/
 	install -m0644 out/*.png                               $(DESTDIR)$(datadir)/game-data-packager/
 	install -m0644 out/*.svgz                              $(DESTDIR)$(datadir)/game-data-packager/
+	install -m0644 out/*.svg                               $(DESTDIR)$(datadir)/game-data-packager/
 	install -m0644 out/bash_completion                     $(DESTDIR)$(datadir)/game-data-packager/
 	install -m0644 out/changelog.gz                        $(DESTDIR)$(datadir)/game-data-packager/
 	install -m0644 out/copyright                           $(DESTDIR)$(datadir)/game-data-packager/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list