angristan / angristan/LinuxKernelBuild

Changing destination directory for kernel .deb files

未關閉
#6 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Shell
星號
6
分支
5
PR 合併指標
30 天內沒有已合併 PR

描述

When compiling the kernel with `make -j $(getconf _NPROCESSORS_ONLN) deb-pkg` the resulting .deb packages are generated in the parent directory.

Is there a way to choose a specific directory where those packages will be placed?

I have researched this issue and found partial answers about modifying `scripts/package/debian/rules` or various makefiles, but nothing has worked so far.

Using environment variables like `DESTDIR=/path/to/dir` or `OUTPUT_DIRECTORY=/path/to/dir` with the make command also did not work.

Starting to think that this might be impossible.

Would you happen to know something about this?

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。