diff options
author | 2008-11-17 22:51:27 +0000 | |
---|---|---|
committer | 2008-11-17 22:51:27 +0000 | |
commit | aa06ec568be11ad54c1b3d32d146e7cc9ff67614 (patch) | |
tree | 612816ff66ffd06fabae4fa75d15f910f743f830 /sys-apps/util-linux/files | |
parent | fix DOS line endings in patch so that it works with the stable version of pat... (diff) | |
download | gentoo-2-aa06ec568be11ad54c1b3d32d146e7cc9ff67614.tar.gz gentoo-2-aa06ec568be11ad54c1b3d32d146e7cc9ff67614.tar.bz2 gentoo-2-aa06ec568be11ad54c1b3d32d146e7cc9ff67614.zip |
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'sys-apps/util-linux/files')
-rw-r--r-- | sys-apps/util-linux/files/util-linux-2.12q-debian-10cfdisk.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/util-linux/files/util-linux-2.12q-debian-10cfdisk.patch b/sys-apps/util-linux/files/util-linux-2.12q-debian-10cfdisk.patch index 6105fb1ddfca..9092e0be9b33 100644 --- a/sys-apps/util-linux/files/util-linux-2.12q-debian-10cfdisk.patch +++ b/sys-apps/util-linux/files/util-linux-2.12q-debian-10cfdisk.patch @@ -1,4 +1,3 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run ## 10cfdisk.dpatch by LaMont Jones <lamont@debian.org> ## ## All lines beginning with `## DP:' are a description of the patch. @@ -6,8 +5,8 @@ @DPATCH@ diff -urNad util-linux/fdisk/cfdisk.c /tmp/dpep.rEB26p/util-linux/fdisk/cfdisk.c ---- util-linux/fdisk/cfdisk.c 2004-12-24 14:41:20.000000000 -0700 -+++ /tmp/dpep.rEB26p/util-linux/fdisk/cfdisk.c 2004-12-24 15:00:00.503453740 -0700 +--- util-linux.orig/fdisk/cfdisk.c 2004-12-24 14:41:20.000000000 -0700 ++++ util-linux/fdisk/cfdisk.c 2004-12-24 15:00:00.503453740 -0700 @@ -2100,7 +2100,7 @@ if (to_file) { if ((fp = fopen(fname, "w")) == NULL) { |