wok rev 9510
Fixed glib. Need to have --sysconfdir=/etc or /etc ends up in /usr folder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Apr 06 08:10:27 2011 +0000 (2011-04-06) |
parents | 7eab5ca0b0e8 |
children | 785c9af180b6 |
files | glib/receipt |
line diff
1.1 --- a/glib/receipt Wed Apr 06 07:57:02 2011 +0000 1.2 +++ b/glib/receipt Wed Apr 06 08:10:27 2011 +0000 1.3 @@ -14,7 +14,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure && make && make install 1.8 + ./configure --sysconfdir=/etc && make && make install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg.