mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#3729] Chmod
This commit is contained in:
committed by
Andrei Pavel
parent
b84c3715b0
commit
16f7a98e89
4
src/share/yang/modules/meson.build
Normal file
4
src/share/yang/modules/meson.build
Normal file
@@ -0,0 +1,4 @@
|
||||
list = run_command('grabber.sh', check: true)
|
||||
api_files = list.stdout().strip().split('\n')
|
||||
install_dir = f'@DATADIR@/kea/api'
|
||||
install_data(api_files, install_dir: install_dir)
|
0
src/share/yang/modules/utils/check-hashes.sh.in
Normal file → Executable file
0
src/share/yang/modules/utils/check-hashes.sh.in
Normal file → Executable file
0
src/share/yang/modules/utils/check-revisions.sh.in
Normal file → Executable file
0
src/share/yang/modules/utils/check-revisions.sh.in
Normal file → Executable file
6
src/share/yang/modules/utils/grabber.sh
Executable file
6
src/share/yang/modules/utils/grabber.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
for i in upgrade_*_to_*.sh.in
|
||||
do
|
||||
echo "$i"
|
||||
done
|
2
src/share/yang/modules/utils/meson.build
Normal file
2
src/share/yang/modules/utils/meson.build
Normal file
@@ -0,0 +1,2 @@
|
||||
subdir('mysql')
|
||||
subdir('pgsql')
|
0
src/share/yang/modules/utils/reinstall.sh.in
Normal file → Executable file
0
src/share/yang/modules/utils/reinstall.sh.in
Normal file → Executable file
Reference in New Issue
Block a user