SPECS/systemd/02-install-general-aliases.patch
0ab054ce
 diff -rup systemd-236/units/meson-add-wants.sh systemd-236-new/units/meson-add-wants.sh
 --- systemd-236/units/meson-add-wants.sh	2017-12-14 14:09:57.000000000 -0800
 +++ systemd-236-new/units/meson-add-wants.sh	2018-01-03 14:53:07.176167234 -0800
 @@ -13,8 +13,6 @@ case "$target" in
                  ;;
  esac
67c63f53
  
0ab054ce
 -unitpath="${DESTDIR:-}${unitdir}/${unit}"
 -
  case "$target" in
          */)
                  mkdir -p -m 0755 "$dir"
 @@ -24,4 +22,4 @@ case "$target" in
                  ;;
  esac
67c63f53
  
0ab054ce
 -ln -vfs --relative "$unitpath" "$dir"
 +ln -vfs "${unitdir}/${unit}" "$dir"