wok rev 11725

added language files to tcsh
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Feb 20 17:30:02 2012 -0800 (2012-02-20)
parents 2e7585c1b74c
children 4e0b93820dde
files tcsh/receipt
line diff
     1.1 --- a/tcsh/receipt	Mon Feb 20 16:57:34 2012 -0800
     1.2 +++ b/tcsh/receipt	Mon Feb 20 17:30:02 2012 -0800
     1.3 @@ -22,7 +22,11 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/bin
     1.8 +	mkdir -p $fs/usr/bin \
     1.9 +		$fs/usr/share
    1.10 +		
    1.11  	cp -a $install/usr/bin/tcsh $fs/usr/bin
    1.12 +	
    1.13 +	cp -ar $install/usr/share/locale $fs/usr/share
    1.14  }
    1.15