Scripts in utils/* are now installed properly.
parent
d43eddf726
commit
8d0708dee8
|
@ -39,6 +39,11 @@ for file in templates/*.j2; do
|
||||||
chmod[$file]=0644
|
chmod[$file]=0644
|
||||||
done
|
done
|
||||||
|
|
||||||
|
for file in utils/*; do
|
||||||
|
targets+=($file)
|
||||||
|
type[$file]=script
|
||||||
|
done
|
||||||
|
|
||||||
# FIXME: This should be upstreamed.
|
# FIXME: This should be upstreamed.
|
||||||
function script.install {
|
function script.install {
|
||||||
if [[ "false" = "${install[$target]}" ]]; then
|
if [[ "false" = "${install[$target]}" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue