From 86609317f4e05d9cb2d5cdbfad00a3420f002c23 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Mon, 12 Sep 2016 12:46:20 +0200 Subject: rhel-import-state: fix broken order of parameters Resolves: #1375054 --- systemd/rhel-import-state | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd') diff --git a/systemd/rhel-import-state b/systemd/rhel-import-state index a3c429d0..109ef757 100755 --- a/systemd/rhel-import-state +++ b/systemd/rhel-import-state @@ -3,7 +3,7 @@ # copy state into root cd /run/initramfs/state -find . -mindepth 1 -maxdepth 1 -exec cp -v -t -R --preserve=mode,ownership,timestamps,links / {} \; +find . -mindepth 1 -maxdepth 1 -exec cp -v -R --preserve=mode,ownership,timestamps,links -t / {} \; # run restorecon on the copied files if [ -e /sys/fs/selinux/enforce -a -x /usr/sbin/restorecon ]; then -- cgit v1.2.1