Browse Source

server.mk: do not prevent proper customization

* mk/server.mk: Do not prevent proper customization, so do not
  overwrite existing variables.
Achim Gratz 12 năm trước cách đây
mục cha
commit
fb2af507f0
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  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
 
 #----------------------------------------------------------------------