wok-next rev 9089
emacs-pkg-lua-mode: typo in genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 04 18:23:34 2011 +0100 (2011-03-04) |
parents | 74d36ad61517 |
children | a5054134e5b5 |
files | emacs-pkg-lua-mode/receipt |
line diff
1.1 --- a/emacs-pkg-lua-mode/receipt Fri Mar 04 18:21:03 2011 +0100 1.2 +++ b/emacs-pkg-lua-mode/receipt Fri Mar 04 18:23:34 2011 +0100 1.3 @@ -23,7 +23,7 @@ 1.4 1.5 echo -n "Installing start file" 1.6 mkdir -p $fs/usr/share/emacs/site-lisp/site-start.d && \ 1.7 - cp stuff/*.el $fs/usr/share/emacs/site-lisp/site-start.d 1.8 + cp $stuff/*.el $fs/usr/share/emacs/site-lisp/site-start.d 1.9 status 1.10 } 1.11