]> code.ossystems Code Review - openembedded-core.git/blob
c860c717ac4a21cfe5d68d163a17bae74aac5a10
[openembedded-core.git] /
1 From bbc85a439672120fa1d36be79e959b28fe840919 Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Tue, 30 Jul 2019 18:38:03 +0200
4 Subject: [PATCH] Do not preserve ownership when installing example jobs
5
6 Upstream-Status: Pending
7 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8 ---
9  Makefile | 2 +-
10  1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/Makefile b/Makefile
13 index f36e57e..20488af 100644
14 --- a/Makefile
15 +++ b/Makefile
16 @@ -452,6 +452,6 @@ install: stress-ng stress-ng.1.gz
17         mkdir -p ${DESTDIR}${MANDIR}
18         cp stress-ng.1.gz ${DESTDIR}${MANDIR}
19         mkdir -p ${DESTDIR}${JOBDIR}
20 -       cp -rp example-jobs/*.job ${DESTDIR}${JOBDIR}
21 +       cp -r example-jobs/*.job ${DESTDIR}${JOBDIR}
22         mkdir -p ${DESTDIR}${BASHDIR}
23         cp bash-completion/stress-ng ${DESTDIR}${BASHDIR}