wok diff moosefs/receipt @ rev 20173

linux: enable CPU microcode loading support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 23 23:11:42 2018 +0100 (2018-01-23)
parents 1311ba9fe4bf
children 401224c936cc
line diff
     1.1 --- a/moosefs/receipt	Fri Nov 04 00:09:32 2011 +0100
     1.2 +++ b/moosefs/receipt	Tue Jan 23 23:11:42 2018 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Fault tolerant, network distributed file system."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.moosefs.org/"
    1.10  WGET_URL="${WEB_SITE}tl_files/mfscode/$TARBALL"
    1.11 @@ -30,9 +31,9 @@
    1.12  genpkg_rules()                                      
    1.13  {
    1.14  	mkdir -p $fs/usr/share
    1.15 -	cp -a $_pkg/etc $fs
    1.16 -	cp -a $_pkg/var $fs
    1.17 -	cp -a $_pkg/usr/share/mfscgi $fs/usr/share
    1.18 -	cp -a $_pkg/usr/sbin $fs/usr
    1.19 -	cp -a $_pkg/usr/bin $fs/usr
    1.20 +	cp -a $install/etc $fs
    1.21 +	cp -a $install/var $fs
    1.22 +	cp -a $install/usr/share/mfscgi $fs/usr/share
    1.23 +	cp -a $install/usr/sbin $fs/usr
    1.24 +	cp -a $install/usr/bin $fs/usr
    1.25  }