Juan Miguel Cejuela wrote:
To Abhishek,

Thank you for answering. However, I can't make $srcdir/LICENSE since the
license is not included in their source. I made it copying it from their
web.

*Then, how I can move LICENSE without using $startdir?*

I can do ../$srcdir but that seems even worse


$srcdir = $startdir/src so you would just do something like:
install -Dm644 $srcdir/LICENSE $pkgdir/usr/share/licenses

Allan



Reply via email to