8 Nov
2010
8 Nov
'10
1:11 p.m.
On Sat, Nov 6, 2010 at 10:06 PM, Nezmer <git@nezmer.info> wrote:
1) Use another name than pkgdir as It's used in makepkg. Also use localstatedir instead of hard-coding /var.
yeah, but how do i find out which global variable names i cant use? (btw. i didn't even think on using this while makepkg runs) should i rather do this as function and use local variables? (i assume $tmpdir is too generic an probably used by someone else too) what is 'localstatedir'? here its not a command nor a variable.
2) Use openssl for getting the md5sums.
why?