diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/progress-linux/0001-overlayfs.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/progress-linux/0001-overlayfs.patch b/debian/patches/progress-linux/0001-overlayfs.patch index 570ab73..8d6430b 100644 --- a/debian/patches/progress-linux/0001-overlayfs.patch +++ b/debian/patches/progress-linux/0001-overlayfs.patch @@ -7,7 +7,7 @@ Description: Fallback on /bin/mv when rename syscall fails with EXDEV (Closes: # diff -Naurp dpkg.orig/src/main/archives.c dpkg/src/main/archives.c --- dpkg.orig/src/main/archives.c +++ dpkg/src/main/archives.c -@@ -1043,6 +1043,25 @@ tarobject(struct tar_archive *tar, struc +@@ -1040,6 +1040,25 @@ tarobject(struct tar_archive *tar, struc if (rename(fnamevb.buf,fnametmpvb.buf)) ohshite(_("unable to move aside '%.255s' to install new version"), ti->name); @@ -31,5 +31,5 @@ diff -Naurp dpkg.orig/src/main/archives.c dpkg/src/main/archives.c + } + } } else if (S_ISLNK(stab.st_mode)) { - ssize_t symlink_len; + ssize_t linksize; int rc; |