[runescape] 08/08: Updated makefile

Carlos Donizete Froes coringao-guest at moszumanska.debian.org
Wed Oct 25 02:47:16 UTC 2017


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

coringao-guest pushed a commit to branch master
in repository runescape.

commit 90d3d2d1d61f296db2b4c8657af3ca383e3fe468
Author: Carlos Donizete Froes <coringao at riseup.net>
Date:   Wed Oct 25 00:32:58 2017 -0200

    Updated makefile
    
    Signed-off-by: Carlos Donizete Froes <coringao at riseup.net>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index f15a0ae..a6d1e9b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PACKAGE = Runescape
-VERSION = 0.1
+VERSION = 0.2
 EXE = runescape
 
 SRCDIR = src
@@ -31,7 +31,7 @@ clean:
 install: all
 	@$(ECHO) "Copying executable script to directory $(GAMEDIR)"
 	@$(MD) "$(GAMEDIR)"
-	@$(CP) "$(EXE)" "$(GAMEDIR)"	
+	@$(CP) "$(EXE)" "$(GAMEDIR)"
 	@$(ECHO) "Copying files in application menu entry"
 	@$(MD) "$(ICNDIR)"
 	@$(CP) "$(SRCDIR)/$(ICON)" "$(ICNDIR)"

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



More information about the Pkg-games-commits mailing list