tazwok rev 52

Chown 0.0 before compiling
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 18 12:31:04 2008 +0100 (2008-03-18)
parents 0d05f89692f0
children 53d5ede9c0fb
files tazwok
line diff
     1.1 --- a/tazwok	Mon Mar 10 21:12:50 2008 +0100
     1.2 +++ b/tazwok	Tue Mar 18 12:31:04 2008 +0100
     1.3 @@ -279,7 +279,9 @@
     1.4  				*) tar xzf $SOURCES_REPOSITORY/$TARBALL -C $WOK/$PACKAGE;;
     1.5  				esac
     1.6  				status
     1.7 -				chown -R root.root $WOK/$PACKAGE/$PACKAGE-*
     1.8 +				# Permissions settings
     1.9 +				chown -R root.root $WOK/$PACKAGE/$PACKAGE-* 2>/dev/null
    1.10 +				chown -R root.root $WOK/$PACKAGE/$SOURCE-* 2>/dev/null
    1.11  			else
    1.12  				echo -n "Source direcory exit... " && status
    1.13  			fi