wok-next diff multipath-tools/receipt @ rev 21037

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 06 16:35:54 2018 +0200 (2018-11-06)
parents 5c189fc65a98
children
line diff
     1.1 --- a/multipath-tools/receipt	Wed Apr 25 22:28:07 2018 +0300
     1.2 +++ b/multipath-tools/receipt	Tue Nov 06 16:35:54 2018 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="0.5.0"
     1.5  CATEGORY="x-window"
     1.6  SHORT_DESC="Device Mapper multipathing driver (provide kpartx)"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://christophe.varoqui.free.fr/"
    1.11  
    1.12 @@ -16,8 +16,8 @@
    1.13  compile_rules() {
    1.14  	cd $src/kpartx
    1.15  	make &&
    1.16 -	#make LIB="/usr/lib" DESTDIR=${DESTDIR} install
    1.17 -	install -Dm 755 $src/kpartx/kpartx $install/usr/bin/kpartx
    1.18 +	#make LIB="/usr/lib" DESTDIR=$install install
    1.19 +	install -Dm755 $src/kpartx/kpartx $install/usr/bin/kpartx
    1.20  }
    1.21  
    1.22  genpkg_rules() {