Explorar o código

server.mk: do not prevent proper customization

* mk/server.mk: Do not prevent proper customization, so do not
  overwrite existing variables.
Achim Gratz %!s(int64=13) %!d(string=hai) anos
pai
achega
fb2af507f0
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      mk/server.mk

+ 2 - 3
mk/server.mk

@@ -24,9 +24,8 @@ helpserver::
 
 #----------------------------------------------------------------------
 
-# no slash / at the end
-SERVROOT = /var/www/orgmode.org
-SERVERMK = true # or just any value at all, really
+SERVROOT ?= /var/www/orgmode.org
+SERVERMK ?= true # or just any value at all, really
 
 #----------------------------------------------------------------------