tazpkg rev 802

tazpkg-convert: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 07 11:55:50 2015 +0200 (2015-05-07)
parents 3dbd29398250
children f07e0fd1175e
files modules/tazpkg-convert
line diff
     1.1 --- a/modules/tazpkg-convert	Thu May 07 11:42:03 2015 +0200
     1.2 +++ b/modules/tazpkg-convert	Thu May 07 11:55:50 2015 +0200
     1.3 @@ -494,7 +494,7 @@
     1.4  EOT
     1.5  		LICENSE="$(grep /usr/share/common-licenses/ \
     1.6  		  $PACKAGE_FILE $TMP_DIR/$file/fs/usr/share/doc/*/copyright | \
     1.7 -		  sed 's|.*common-licenses/\([-\.A-Za-z0-9]*\).*|\1|;s|[-\.]$||q')"
     1.8 +		  sed 's|.*common-licenses/\([-\.A-Za-z0-9]*\).*|\1|;s|[-\.]$||;q')"
     1.9  		[ -n "$LICENSE" ] && echo "LICENSE=\"$LICENSE\"" >> $file/receipt
    1.10  		echo "DEPENDS=\"$(find_depends)\"" >> $file/receipt
    1.11  		[ -s conffiles ] && cat >> $file/receipt <<EOT