# HG changeset patch # User Pascal Bellard # Date 1299259414 -3600 # Node ID cb0af9eb8bcb427daf5916fcfca5e56c02cb7235 # Parent 74d36ad61517156f57c6982f579a04e880699a60 emacs-pkg-lua-mode: typo in genpkg_rules diff -r 74d36ad61517 -r cb0af9eb8bcb emacs-pkg-lua-mode/receipt --- a/emacs-pkg-lua-mode/receipt Fri Mar 04 18:21:03 2011 +0100 +++ b/emacs-pkg-lua-mode/receipt Fri Mar 04 18:23:34 2011 +0100 @@ -23,7 +23,7 @@ echo -n "Installing start file" mkdir -p $fs/usr/share/emacs/site-lisp/site-start.d && \ - cp stuff/*.el $fs/usr/share/emacs/site-lisp/site-start.d + cp $stuff/*.el $fs/usr/share/emacs/site-lisp/site-start.d status }