Skip to content

Commit

Permalink
libpcre: remove binaries on secondary arch.
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkomandy committed Aug 21, 2016
1 parent 7327949 commit c803224
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-libs/libpcre/libpcre-8.38.recipe
Expand Up @@ -75,6 +75,11 @@ INSTALL()
# fix pcre-config
fixDevelopLibDirReferences $binDir/pcre-config

if [ -n "$secondaryArchSuffix" ];then
rm $binDir/pcregrep
rm $binDir/pcretest
fi

# devel package
packageEntries devel \
$binDir/pcre-config \
Expand Down

0 comments on commit c803224

Please sign in to comment.