diff options
Diffstat (limited to 'app-emacs/boogie-friends/files/boogie-friends-paths.patch')
-rw-r--r-- | app-emacs/boogie-friends/files/boogie-friends-paths.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emacs/boogie-friends/files/boogie-friends-paths.patch b/app-emacs/boogie-friends/files/boogie-friends-paths.patch new file mode 100644 index 000000000000..46a01de6c8fa --- /dev/null +++ b/app-emacs/boogie-friends/files/boogie-friends-paths.patch @@ -0,0 +1,12 @@ +index e55ba5b..e745367 100644 +--- a/boogie-friends.el ++++ b/boogie-friends.el +@@ -70,7 +70,7 @@ + "IDE extensions for the programming languages of the Boogie family." + :group 'languages) + +-(defconst boogie-friends-directory (file-name-directory load-file-name) ++(defconst boogie-friends-directory "@SITEETC@" + "Base directory of this package.") + + (defconst boogie-friends-symbols-alist '(("<=" . ?≤) (">=" . ?≥) ("!=" . ?≠) (":=" . ?≔) |