mirror of
https://github.com/systemd/systemd.git
synced 2025-08-13 21:49:54 +03:00
test: fix setup_suse() to make it work with an already populated root
This commit is contained in:
@ -1383,8 +1383,8 @@ inst_libdir_file() {
|
||||
}
|
||||
|
||||
setup_suse() {
|
||||
ln -s ../usr/bin/systemctl $initdir/bin/systemctl
|
||||
ln -s ../usr/lib/systemd $initdir/lib/systemd
|
||||
ln -fs ../usr/bin/systemctl $initdir/bin/
|
||||
ln -fs ../usr/lib/systemd $initdir/lib/
|
||||
inst_simple "/usr/lib/systemd/system/haveged.service"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user