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

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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	Thu Dec 05 16:28:27 2019 +0100
     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() {