wok diff emacs-help/receipt @ rev 17145
libnxml: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 10 12:55:03 2014 +0200 (2014-09-10) |
parents | 223b265f40fd |
children | 188bb62d240d |
line diff
1.1 --- a/emacs-help/receipt Sat Sep 07 22:59:13 2013 +0000 1.2 +++ b/emacs-help/receipt Wed Sep 10 12:55:03 2014 +0200 1.3 @@ -17,18 +17,18 @@ 1.4 # Help files 1.5 echo -n "Copying info files" 1.6 mkdir -p $fs/usr/share/info && \ 1.7 - cp -a $_pkg/usr/share/info/* $fs/usr/share/info && \ 1.8 + cp -a $install/usr/share/info/* $fs/usr/share/info && \ 1.9 status 1.10 # Tutorial 1.11 echo -n "Copying tutorial files" 1.12 mkdir -p $fs/usr/share/emacs/$VERSION/etc && \ 1.13 - cp -a $_pkg/usr/share/emacs/$VERSION/etc/tutorials \ 1.14 + cp -a $install/usr/share/emacs/$VERSION/etc/tutorials \ 1.15 $fs/usr/share/emacs/$VERSION/etc 1.16 status 1.17 # refcards 1.18 echo -n "Copying refcards" 1.19 mkdir -p $fs/usr/share/emacs/$VERSION/etc/refcards && \ 1.20 - cp -a $_pkg/usr/share/emacs/$VERSION/etc/refcards/*pdf \ 1.21 + cp -a $install/usr/share/emacs/$VERSION/etc/refcards/*pdf \ 1.22 $fs/usr/share/emacs/$VERSION/etc/refcards 1.23 status 1.24 # Doc 1.25 @@ -38,7 +38,7 @@ 1.26 NEWS.* NXML-NEWS ORG-NEWS PROBLEMS TERMS THE-GNU-PROJECT WHY-FREE \ 1.27 compilation.txt gnus-tut.txt grep.txt" 1.28 for file in $DOC_FILES; do 1.29 - cp -a $_pkg/usr/share/emacs/$VERSION/etc/$file \ 1.30 + cp -a $install/usr/share/emacs/$VERSION/etc/$file \ 1.31 $fs/usr/share/emacs/$VERSION/etc 1.32 done 1.33 status