slitaz-forge rev 273

pkgs: small fix
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 13 01:21:41 2012 +0200 (2012-04-13)
parents 2a85be732514
children d1a2c75cc78b
files mirror/mirror
line diff
     1.1 --- a/mirror/mirror	Fri Apr 13 01:18:57 2012 +0200
     1.2 +++ b/mirror/mirror	Fri Apr 13 01:21:41 2012 +0200
     1.3 @@ -48,7 +48,8 @@
     1.4  		cd $REPOS/slitaz-forge && hg pull -u
     1.5  		echo "Copying pkgs to: $WWW/pkgs"
     1.6  		cp -a pkgs/*.* $WWW/pkgs 
     1.7 -		cp -a pkg/lib $WWW/pkgs ;;
     1.8 +		cp -a pkgs/lib $WWW/pkgs 
     1.9 +		cd pkgs && make install-msg ;;
    1.10  	*)
    1.11  		usage ;;
    1.12  esac