projects
/
platform
/
upstream
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b33fb3b
)
- drop '-o' bsdtar flag when unpacking preinstall images
author
Michael Schroeder
<mls@suse.de>
Mon, 10 Sep 2012 12:06:21 +0000
(14:06 +0200)
committer
Michael Schroeder
<mls@suse.de>
Mon, 10 Sep 2012 12:06:21 +0000
(14:06 +0200)
This is needed for texlive packages.
init_buildsystem
patch
|
blob
|
history
diff --git
a/init_buildsystem
b/init_buildsystem
index
b399d86
..
3de85b5
100755
(executable)
--- a/
init_buildsystem
+++ b/
init_buildsystem
@@
-165,7
+165,7
@@
preinstall_image()
fi
cd $BUILD_ROOT || cleanup_and_exit 1
if test -x /usr/bin/bsdtar ; then
- TAR="/usr/bin/bsdtar -P --chroot -
o -
-numeric-owner -x"
+ TAR="/usr/bin/bsdtar -P --chroot --numeric-owner -x"
else
unsafe_preinstall_check
TAR="tar -x"