|
|
@ -42,6 +42,9 @@ clockspeed_install() { |
|
|
|
rock_substitute "$confdir/clockctl.sh" > "$root$bindir/clockctl" |
|
|
|
chmod +x "$root$bindir/clockctl" |
|
|
|
cp "$confdir/etc_conf_clockspeed.txt" "$root/etc/conf/clockspeed" |
|
|
|
|
|
|
|
# and clockspeed-adjust |
|
|
|
install -m 755 "$confdir/clockspeed-adjust.sh" "$root$bindir/clockspeed-adjust" |
|
|
|
} |
|
|
|
|
|
|
|
hook_add premake 5 'clockspeed_config' |
|
|
|