[SCM] supercollider/master: Fix package dir in emacs startup file. Closes: #743469

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Tue Jun 10 21:53:07 UTC 2014


The following commit has been merged in the master branch:
commit 7b1b86af9f93b71f3e9316ab337fb72eaa6b6b16
Author: Felipe Sateler <fsateler at debian.org>
Date:   Tue Jun 10 17:52:53 2014 -0400

    Fix package dir in emacs startup file. Closes: #743469

diff --git a/debian/supercollider-emacs.emacsen-startup b/debian/supercollider-emacs.emacsen-startup
index 589eaee..611b891 100644
--- a/debian/supercollider-emacs.emacsen-startup
+++ b/debian/supercollider-emacs.emacsen-startup
@@ -14,7 +14,7 @@
 ;; We have to add this to the load-path:
 (let ((package-dir (concat "/usr/share/"
                            (symbol-name flavor)
-                           "/site-lisp/supercollider")))
+                           "/site-lisp/SuperCollider")))
 ;; If package-dir does not exist, the supercollider package must have
 ;; removed but not purged, and we should skip the setup.
   (when (file-directory-p package-dir)

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list