tazwok rev 50 1.6
Chown packages source to root before compiling
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 10 21:09:48 2008 +0100 (2008-03-10) |
parents | 060cb913bde3 |
children | 0d05f89692f0 |
files | tazwok |
line diff
1.1 --- a/tazwok Sat Mar 08 22:09:39 2008 +0100 1.2 +++ b/tazwok Mon Mar 10 21:09:48 2008 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 # 1.5 # (C) 2007-2008 SliTaz - GNU General Public License. 1.6 # 1.7 -VERSION=1.5 1.8 +VERSION=1.6 1.9 1.10 #################### 1.11 # Tazwok variables # 1.12 @@ -279,6 +279,7 @@ 1.13 *) tar xzf $SOURCES_REPOSITORY/$TARBALL -C $WOK/$PACKAGE;; 1.14 esac 1.15 status 1.16 + chown -R root.root $WOK/$PACKAGE/$PACKAGE-* 1.17 else 1.18 echo -n "Source direcory exit... " && status 1.19 fi