29 Jun
2010
29 Jun
'10
8:18 p.m.
"C Anthony Risinger" <anthony@extof.me> a écrit :
beh, i thought you were onto something... i didn't look at the makepkg sources, but it is treating PKGDEST='"" as if it was never set. so, no dice :-(
however, if i use an absolute path (instead of ".") it works alright. in fact, i seem to have general problems with trying to use relative paths as PKGDEST:
==> ERROR: You do not have write permission to store packages in ./pkg/out. Aborting...
but i do of course.
Maybe you could use PKGDEST="$(pwd)" as a workaround? -- catwell