remove unneeded permission change
This commit is contained in:
parent
1863bd8cc1
commit
28480a6de2
@ -13,7 +13,4 @@ if openrc
|
|||||||
openrc_config_data_file,
|
openrc_config_data_file,
|
||||||
install_dir: join_paths(get_option('sysconfdir'), 'init.d')
|
install_dir: join_paths(get_option('sysconfdir'), 'init.d')
|
||||||
)
|
)
|
||||||
|
|
||||||
permissions = find_program('chmod')
|
|
||||||
meson.add_install_script('permission.sh', join_paths(get_option('sysconfdir'), 'init.d'))
|
|
||||||
endif
|
endif
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh -eu
|
|
||||||
|
|
||||||
echo "Make OpenRC script executable..."
|
|
||||||
chmod 755 "${DESTDIR}${1}/tufmanager"
|
|
Loading…
Reference in New Issue
Block a user