Install envkernel.sh (MR 2229)

This commit is contained in:
Fiona Klute 2024-01-18 00:52:50 +01:00 committed by Oliver Smith
parent dc653d9c9f
commit 6bf1768c67
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
include LICENSE
include helpers/envkernel.sh
recursive-include pmb/data *

View File

@ -72,4 +72,5 @@ setup(
],
},
include_package_data=True,
data_files=[('share/pmbootstrap/helpers/', ['helpers/envkernel.sh'])],
)