wok diff emacs-help/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
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	Sun Feb 14 22:06:06 2016 +0100
     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