6
0

Accepting request 879892 from home:lnussel:usrmove

- cp can't handle copying a dir over non-directories. So move those
  away in advance. Happened with /lib/udev existing as link on older
  distros

OBS-URL: https://build.opensuse.org/request/show/879892
OBS-URL: https://build.opensuse.org/package/show/Base:System/compat-usrmerge?expand=0&rev=8
This commit is contained in:
2021-03-18 13:44:16 +00:00
committed by Git OBS Bridge
parent 7217d89630
commit ccc2543924
2 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 18 12:24:15 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
- cp can't handle copying a dir over non-directories. So move those
away in advance. Happened with /lib/udev existing as link on older
distros
-------------------------------------------------------------------
Mon Mar 15 17:41:10 UTC 2021 - Ludwig Nussel <lnussel@suse.de>