slitaz-dev-tools rev 288

tazcraft: install only tazcraft on server
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 19 00:31:56 2017 +0100 (2017-03-19)
parents 51a2b0582a55
children efc44bf94790
files tazcraft/Makefile
line diff
     1.1 --- a/tazcraft/Makefile	Sat Mar 18 23:31:46 2017 +0100
     1.2 +++ b/tazcraft/Makefile	Sun Mar 19 00:31:56 2017 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  
     1.5  all:
     1.6  
     1.7 -# Installation
     1.8 +# Installation (full or server only)
     1.9  
    1.10  install:
    1.11  	install -m 0755 -d $(DESTDIR)$(PREFIX)/bin
    1.12 @@ -17,6 +17,10 @@
    1.13  	install data/minecraft.desktop $(DESTDIR)$(PREFIX)/share/applications
    1.14  	install images/minecraft.png $(DESTDIR)$(PREFIX)/share/pixmaps
    1.15  
    1.16 +install-server:
    1.17 +	install -m 0755 -d $(DESTDIR)$(PREFIX)/bin
    1.18 +	install -m 0755 $(PACKAGE) $(DESTDIR)$(PREFIX)/bin
    1.19 +	
    1.20  # Uninstallation
    1.21  
    1.22  uninstall: