# HG changeset patch # User Christophe Lincoln # Date 1235250994 -3600 # Node ID dd48da6e9023bbad32f1ff5c12daeeea112c0753 # Parent 1956016c09980119a79130fd4b08b2a74f87d1a5 tazpkgbox: fix tiny but important typo diff -r 1956016c0998 -r dd48da6e9023 tazpkgbox --- a/tazpkgbox Sat Feb 21 22:12:27 2009 +0100 +++ b/tazpkgbox Sat Feb 21 22:16:34 2009 +0100 @@ -9,7 +9,7 @@ VERSION=2.6 # Functions path. -export LIB=/usr/lib/lib/tazpkgbox +export LIB=/usr/lib/tazpkgbox # Tazpkgbox is only for root. if test $(id -u) != 0 ; then