Commit d679d73 1 parent fa72440 commit d679d73 Copy full SHA for d679d73
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -316,9 +316,9 @@ recipe_setup_kiwi() {
316
316
mv "$MYSRCDIR"/* $BUILD_ROOT$TOPDIR/SOURCES/
317
317
else
318
318
if test -z "$LINKSOURCES" ; then
319
- cp -dLR "$MYSRCDIR"/* $BUILD_ROOT$TOPDIR/SOURCES/ || cleanup_and_exit 1 "source copy failed"
319
+ cp -pdLR "$MYSRCDIR"/* $BUILD_ROOT$TOPDIR/SOURCES/ || cleanup_and_exit 1 "source copy failed"
320
320
else
321
- cp -lR "$MYSRCDIR"/* $BUILD_ROOT$TOPDIR/SOURCES/ || cleanup_and_exit 1 "source copy failed"
321
+ cp -plR "$MYSRCDIR"/* $BUILD_ROOT$TOPDIR/SOURCES/ || cleanup_and_exit 1 "source copy failed"
322
322
fi
323
323
fi
324
324
chown -hR "$ABUILD_UID:$ABUILD_GID" "$BUILD_ROOT$TOPDIR"
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ recipe_setup_productcompose() {
38
38
mv "$MYSRCDIR"/* $BUILD_ROOT$TOPDIR/SOURCES/
39
39
else
40
40
if test -z "$LINKSOURCES" ; then
41
- cp -dLR "$MYSRCDIR"/* $BUILD_ROOT$TOPDIR/SOURCES/ || cleanup_and_exit 1 "source copy failed"
41
+ cp -pdLR "$MYSRCDIR"/* $BUILD_ROOT$TOPDIR/SOURCES/ || cleanup_and_exit 1 "source copy failed"
42
42
else
43
- cp -lR "$MYSRCDIR"/* $BUILD_ROOT$TOPDIR/SOURCES/ || cleanup_and_exit 1 "source copy failed"
43
+ cp -plR "$MYSRCDIR"/* $BUILD_ROOT$TOPDIR/SOURCES/ || cleanup_and_exit 1 "source copy failed"
44
44
fi
45
45
fi
46
46
chown -hR "$ABUILD_UID:$ABUILD_GID" "$BUILD_ROOT$TOPDIR"
You can’t perform that action at this time.
0 commit comments