forked from Mirror/pmbootstrap
Install envkernel.sh (MR 2229)
This commit is contained in:
parent
dc653d9c9f
commit
6bf1768c67
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
include LICENSE
|
include LICENSE
|
||||||
|
include helpers/envkernel.sh
|
||||||
recursive-include pmb/data *
|
recursive-include pmb/data *
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -72,4 +72,5 @@ setup(
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
data_files=[('share/pmbootstrap/helpers/', ['helpers/envkernel.sh'])],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue