tazpkg rev 232

tazpkgbox: fix tiny but important typo
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 21 22:16:34 2009 +0100 (2009-02-21)
parents 1956016c0998
children d689a99ecd2d
files tazpkgbox
line diff
     1.1 --- a/tazpkgbox	Sat Feb 21 22:12:27 2009 +0100
     1.2 +++ b/tazpkgbox	Sat Feb 21 22:16:34 2009 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  VERSION=2.6
     1.5  
     1.6  # Functions path.
     1.7 -export LIB=/usr/lib/lib/tazpkgbox
     1.8 +export LIB=/usr/lib/tazpkgbox
     1.9  
    1.10  # Tazpkgbox is only for root.
    1.11  if test $(id -u) != 0 ; then