diff --git a/rar.be0 b/rar.be0 index 8013e632f..a95475198 100755 --- a/rar.be0 +++ b/rar.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION rar-5.7.1-0 +# BEE_VERSION rar-6.0.2-0 -SRCURL[0]="https://www.rarlab.com/rar/rarlinux-x64-${PKGVERSION}.tar.gz" +#SRCURL[0]="https://www.rarlab.com/rar/rarlinux-x64-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/df9968e3796fcd25873485016ce2a065/rarlinux-x64-6.0.2.tar.gz" # PATCHURL+=() @@ -31,4 +32,7 @@ mee_install() { sed -i -e "s%/usr/local%${D}/usr%" -e 's/cp rarfiles/#/' -e 's/cp default/#/' makefile make install } -## by default this may be 'make install DESTDIR="${D}"' + +mee_install_post() { + rmdir ${D}/usr/lib +}