angristan / angristan/LinuxKernelBuild

Changing destination directory for kernel .deb files

オープン
#6 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。