This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 375
DESTDIR is ignored #337
Comments
Do we want DESTDIR at all? I'm not sure... The fact that everything works without it, might be an evidence that we don't need it at all. /cc @jodh-intel |
You're right - it seems broken. We don't use that variable currently for the packaging: ... so I agree, we could either remove it or make it work ;) |
I am always in favor of removing things if we don't need them :) |
#402 is trying resolve this issue. |
Since #402 is merged, close this issue. |
zklei
pushed a commit
to zklei/runtime
that referenced
this issue
Jun 13, 2019
So that we know for sure nothing is using the yamux channel before returning success in close. Fixes: kata-containers#337 Signed-off-by: Peng Tao <bergwolf@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
make install DESTDIR=${foobar}
is supposed to install all artifacts in dest dir ${foobar}.Expected result
All artifacts are installed under ${foobar}
Actual result
Only kata-collect-data.sh is installed at ${foobar}
The text was updated successfully, but these errors were encountered: