Nikita Karetnikov <[email protected]> skribis: > I've attached the patch. We have to change it to call 'make > install-dev' because of 'acl'. How to do it?
Likewise, replace the ‘install’ phase:
(arguments
'(#:phases
(alist-replace 'install
(lambda _
(zero? (system* "make" "install-dev")))
(alist-replace 'check
...))))
I realize it’d be more convenient to have #:test-target and
#:install-target arguments. We should add that eventually.
Thanks,
Ludo’.
