SHA256
1
0
forked from pool/tar
Files
tar/tar-backup-spec-fix-paths.patch
Antonio Teixeira cf451a6671 - Updated tar-fix-extract-unlink.patch
* Replace patch with an equivalent upstreamed commit
  * Fixes bsc#1225407

OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=133
2024-07-15 19:01:42 +00:00

14 lines
433 B
Diff

Index: tar-1.29/scripts/backup-specs
===================================================================
--- tar-1.29.orig/scripts/backup-specs
+++ tar-1.29/scripts/backup-specs
@@ -6,7 +6,7 @@
ADMINISTRATOR="root@localhost"
# (Optional) Path to tar binary.
-TAR=/bin/tar
+TAR=/usr/bin/tar
# (Optional) Path to rsh binary or its equivalent. You may wish to
# set it to ssh as shown in the example below, to improve security.