wok rev 18849

libcomerr3 provides libcomerr...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 24 16:36:43 2016 +0100 (2016-01-24)
parents fc572791f0a0
children 2e998ebdc270
files libcomerr3/receipt
line diff
     1.1 --- a/libcomerr3/receipt	Sun Jan 24 16:04:35 2016 +0100
     1.2 +++ b/libcomerr3/receipt	Sun Jan 24 16:36:43 2016 +0100
     1.3 @@ -8,6 +8,7 @@
     1.4  LICENSE="MIT"
     1.5  WEB_SITE="http://web.mit.edu/Kerberos/"
     1.6  WANTED="krb5"
     1.7 +PROVIDE="libcomerr"
     1.8  
     1.9  DEPENDS="libkrb5support"
    1.10  
    1.11 @@ -18,5 +19,6 @@
    1.12  		dir=$(dirname "$file")
    1.13  		[ -d $fs$dir ] || mkdir -p $fs$dir
    1.14  		cp -a $install$file $fs$dir
    1.15 +		chmod +x $fs/$dir$file
    1.16  	done < $wanted_stuff/$PACKAGE.files-list
    1.17  }