wok-next diff mdadm/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line diff
     1.1 --- a/mdadm/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/mdadm/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -6,15 +6,16 @@
     1.4  SHORT_DESC="Software RAID tools"
     1.5  MAINTAINER="devel@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="https://mirrors.edge.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE"
     1.8 +
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10 -WEB_SITE="http://www.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE"
    1.11  WGET_URL="https://www.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL"
    1.12  
    1.13  compile_rules() {
    1.14 -	make mdadm
    1.15 +	make mdadm &&
    1.16 +	install -Dm755 mdadm $install/usr/bin/mdadm
    1.17  }
    1.18  
    1.19  genpkg_rules() {
    1.20 -	mkdir -p $fs/usr/bin
    1.21 -	cp -a $src/mdadm $fs/usr/bin
    1.22 +	copy @std
    1.23  }