mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
test: fix setup_suse() to make it work with an already populated root
This commit is contained in:
parent
936f6bdb80
commit
caced73270
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user