wok diff gettext/receipt @ rev 6808

Fixed gettext-base and gettext. This is so we only need gettext-base in tazpkg since /usr/bin/gettext.sh needs ngettext and envsubst.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 19 12:45:19 2010 +0000 (2010-10-19)
parents 70481e96437f
children 9411655af0e2
line diff
     1.1 --- a/gettext/receipt	Fri Sep 17 18:02:43 2010 +0000
     1.2 +++ b/gettext/receipt	Tue Oct 19 12:45:19 2010 +0000
     1.3 @@ -33,4 +33,6 @@
     1.4  	# Remove gettext-base files.
     1.5  	rm $fs/usr/bin/gettext
     1.6  	rm $fs/usr/bin/gettext.sh
     1.7 +	rm $fs/usr/bin/envsubst
     1.8 +	rm $fs/usr/bin/ngettext
     1.9  }