diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-03 16:09:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-03 16:09:22 +0000 |
commit | 94db4c5900b36bd0afdf3c58e409ccb8db9db076 (patch) | |
tree | 3bbece1e132b9320b544a557be2e97acc718bbf0 /net-mail/dot-forward/files | |
parent | cleanup (diff) | |
download | gentoo-2-94db4c5900b36bd0afdf3c58e409ccb8db9db076.tar.gz gentoo-2-94db4c5900b36bd0afdf3c58e409ccb8db9db076.tar.bz2 gentoo-2-94db4c5900b36bd0afdf3c58e409ccb8db9db076.zip |
head -1 patch
Diffstat (limited to 'net-mail/dot-forward/files')
-rw-r--r-- | net-mail/dot-forward/files/0.71-head-1.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mail/dot-forward/files/0.71-head-1.patch b/net-mail/dot-forward/files/0.71-head-1.patch new file mode 100644 index 000000000000..8becc0297263 --- /dev/null +++ b/net-mail/dot-forward/files/0.71-head-1.patch @@ -0,0 +1,22 @@ +--- Makefile.orig 2003-09-03 12:02:43.275729368 -0400 ++++ Makefile 2003-09-03 12:02:52.751288864 -0400 +@@ -19,8 +19,8 @@ + auto-ccld.sh: \ + conf-cc conf-ld warn-auto.sh + ( cat warn-auto.sh; \ +- echo CC=\'`head -1 conf-cc`\'; \ +- echo LD=\'`head -1 conf-ld`\' \ ++ echo CC=\'`head -n 1 conf-cc`\'; \ ++ echo LD=\'`head -n 1 conf-ld`\' \ + ) > auto-ccld.sh + + auto-str: \ +@@ -33,7 +33,7 @@ + + auto_qmail.c: \ + auto-str conf-qmail +- ./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c ++ ./auto-str auto_qmail `head -n 1 conf-qmail` > auto_qmail.c + + auto_qmail.o: \ + compile auto_qmail.c |