mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
231 B

  1. prefix=$root
  2. var_append makeopt " " "-f contrib/Makefile"
  3. var_append makeinstopt " " "-f contrib/Makefile"
  4. etcnet_postmake() {
  5. install -m 644 contrib/50-RockLinux-3 $root/etc/net/options.d/
  6. }
  7. hook_add postmake 5 etcnet_postmake