summaryrefslogtreecommitdiff
blob: 264bb18281005c39a5684fd3f6e312a6d95a9538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/lice.el
+++ b/lice.el
@@ -57,8 +57,7 @@
 
 (defconst lice:system-template-directory
   (expand-file-name "template"
-                    (or (and load-file-name (file-name-directory load-file-name))
-                        default-directory)))
+                    "@SITEETC@"))
 
 (defvar lice:custom-template-directory
   (expand-file-name "lice" user-emacs-directory))