Browse Source

Improved clockspeed to install the clockspeed-adjust helper

early
Alejandro Mery 17 years ago
parent
commit
31ff9159af
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      network/clockspeed/clockspeed.conf

+ 3
- 0
network/clockspeed/clockspeed.conf

@ -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'

Loading…
Cancel
Save