- also use --numeric-owner in bsdtar case
authorMichael Schroeder <mls@suse.de>
Mon, 10 Jan 2011 15:46:13 +0000 (16:46 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 10 Jan 2011 15:46:13 +0000 (16:46 +0100)
init_buildsystem

index 72e124a..44da2f0 100755 (executable)
@@ -130,8 +130,8 @@ preinstall()
     echo "preinstalling $1..."
     cd $BUILD_ROOT || cleanup_and_exit 1
     if test -x /usr/bin/bsdtar ; then
-       CPIO="/usr/bin/bsdtar --chroot -o -x -f-"
-       TAR="/usr/bin/bsdtar --chroot -o -x"
+       CPIO="/usr/bin/bsdtar --chroot -o --numeric-owner -x -f-"
+       TAR="/usr/bin/bsdtar --chroot -o --numeric-owner -x"
     else
        CPIO="cpio --extract --unconditional --preserve-modification-time --make-directories --no-absolute-filenames --quiet"
        TAR="tar -x"