Files
blorand/debian/rules
root be1a1a1cf5 Déplacement de l'instruction du background grub.
Ajout de la liste blorand et de sa cleg gpg à apt pour les maj.
Ajout de la CA locale.
2025-08-24 22:04:06 +02:00

12 lines
604 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
override_dh_auto_install:
install -D -m 0644 blorand.png $$(pwd)/debian/blorand/usr/share/blorand/blorand.png
install -D -m 0644 blorand.profile $$(pwd)/debian/blorand/usr/share/blorand/blorand.profile
install -D -m 0644 vimrc.blorand $$(pwd)/debian/blorand/usr/share/blorand/vimrc.blorand
install -D -m 0644 BLORAND-CA_Root.crt $$(pwd)/debian/blorand/usr/share/blorand/BLORAND-CA_Root.crt
install -D -m 0644 BLORAND.gpg $$(pwd)/debian/blorand/etc/apt/keyrings/blorand.gpg
install -D -m 0644 BLORAND.list $$(pwd)/debian/blorand/etc/apt/sources.list.d/blorand.list