From f92c62fdbcecc506782c846648d0078e785a967de2be0913d6710c6bd3d617d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Sun, 8 Nov 2015 15:12:34 +0000 Subject: [PATCH] Preserve all attributes while copying tevent.changes OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=65 --- pre_checkin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_checkin.sh b/pre_checkin.sh index 7a201e8..96f9d8f 100644 --- a/pre_checkin.sh +++ b/pre_checkin.sh @@ -1,4 +1,4 @@ #!/bin/bash sed 's/%define.*build_man.*0/%define build_man 1/' tevent.spec > tevent-man.spec -cp tevent.changes tevent-man.changes +cp -a tevent.changes tevent-man.changes