zoobab / quickunpkg

quickunpkg, the other friend of gentoo's quickpkg
16 stars 2 forks source link

quickunpkg doesn't work if the package has been renamed #4

Open BetaRays opened 6 years ago

BetaRays commented 6 years ago

I think the easiest solution would be to replace cp -v "${TBZ2FILE}" "${MYPKGDIR}" with cp -vT "${TBZ2FILE}" "${MYPKGDIR}/${PF}.tbz2" (which works for me).