wok diff luafilesystem/receipt @ rev 18220

Up to lastest: cookutils slitaz-base-files slitaz-configs tazinst tazpanel tazpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 18 11:25:09 2015 +0200 (2015-07-18)
parents 44e98478354d
children 54a89157f006
line diff
     1.1 --- a/luafilesystem/receipt	Fri Dec 05 17:51:34 2014 +0100
     1.2 +++ b/luafilesystem/receipt	Sat Jul 18 11:25:09 2015 +0200
     1.3 @@ -22,6 +22,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib/lua/5.1/
     1.8 -	cp -a $src/src/lfs.so $fs/usr/lib/lua/5.1/
     1.9 +	mkdir -p $fs/usr/lib/lua/5.2/
    1.10 +	cp -a $src/src/lfs.so $fs/usr/lib/lua/5.2/
    1.11  }