angristan / angristan/LinuxKernelBuild

Changing destination directory for kernel .deb files

Ouverte
#6 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Shell
Étoiles
6
Forks
5
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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?

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.