remove unneeded permission change

This commit is contained in:
2020-08-05 22:50:37 -04:00
parent 1863bd8cc1
commit 28480a6de2
2 changed files with 0 additions and 7 deletions

View File

@@ -13,7 +13,4 @@ if openrc
openrc_config_data_file,
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

View File

@@ -1,4 +0,0 @@
#!/bin/sh -eu
echo "Make OpenRC script executable..."
chmod 755 "${DESTDIR}${1}/tufmanager"