# HG changeset patch # User Pascal Bellard # Date 1453649803 -3600 # Node ID afe32d499d7525c880d0729e8e28b476f00745ce # Parent fc572791f0a051100cf4bfcd9d4cf2680eb45bdd libcomerr3 provides libcomerr... diff -r fc572791f0a0 -r afe32d499d75 libcomerr3/receipt --- a/libcomerr3/receipt Sun Jan 24 16:04:35 2016 +0100 +++ b/libcomerr3/receipt Sun Jan 24 16:36:43 2016 +0100 @@ -8,6 +8,7 @@ LICENSE="MIT" WEB_SITE="http://web.mit.edu/Kerberos/" WANTED="krb5" +PROVIDE="libcomerr" DEPENDS="libkrb5support" @@ -18,5 +19,6 @@ dir=$(dirname "$file") [ -d $fs$dir ] || mkdir -p $fs$dir cp -a $install$file $fs$dir + chmod +x $fs/$dir$file done < $wanted_stuff/$PACKAGE.files-list }