diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-03-06 18:48:28 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-03-06 18:48:28 +0000 |
commit | a0e9047bd82fa7abc6202da753b328210e54b8ca (patch) | |
tree | 1df21870d74e1da5f01ff3f4153c00976823edd7 /net-misc/taylor-uucp/files | |
parent | Avoid user-installed NVIDIA TEXTOOLS install (bug #261474) (diff) | |
download | gentoo-2-a0e9047bd82fa7abc6202da753b328210e54b8ca.tar.gz gentoo-2-a0e9047bd82fa7abc6202da753b328210e54b8ca.tar.bz2 gentoo-2-a0e9047bd82fa7abc6202da753b328210e54b8ca.zip |
Add ~arm keyword and run eautoreconf (#260550).
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/taylor-uucp/files')
-rw-r--r-- | net-misc/taylor-uucp/files/taylor-uucp-1.07-gentoo.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-misc/taylor-uucp/files/taylor-uucp-1.07-gentoo.patch b/net-misc/taylor-uucp/files/taylor-uucp-1.07-gentoo.patch index 11904362c51f..42839bab300c 100644 --- a/net-misc/taylor-uucp/files/taylor-uucp-1.07-gentoo.patch +++ b/net-misc/taylor-uucp/files/taylor-uucp-1.07-gentoo.patch @@ -1,7 +1,7 @@ -diff -Nru uucp-1.07.orig/Makefile.in uucp-1.07/Makefile.in ---- uucp-1.07.orig/Makefile.in 2003-05-30 04:31:40.000000000 +0300 -+++ uucp-1.07/Makefile.in 2006-01-09 23:38:41.470224750 +0200 -@@ -1017,12 +1017,12 @@ +diff -Nru uucp-1.07.orig/Makefile.am uucp-1.07/Makefile.am +--- uucp-1.07.orig/Makefile.am 2003-05-30 00:10:23.000000000 +0000 ++++ uucp-1.07/Makefile.am 2009-03-06 18:41:48.000000000 +0000 +@@ -78,12 +78,12 @@ install-exec-hook: for f in uucico uuxqt; do \ @@ -16,11 +16,11 @@ diff -Nru uucp-1.07.orig/Makefile.in uucp-1.07/Makefile.in + chown $(OWNER):uucp $(DESTDIR)$(bindir)/$${f}; \ + chmod 6555 $(DESTDIR)$(bindir)/$${f}; \ done - @HAVE_MKDIR_FALSE@ chown $(OWNER) $(DESTDIR)$(uudirdir) - @HAVE_MKDIR_FALSE@ chmod 100 $(DESTDIR)$(uudirdir) + if HAVE_MKDIR + else diff -Nru uucp-1.07.orig/policy.h uucp-1.07/policy.h ---- uucp-1.07.orig/policy.h 2003-05-29 09:08:45.000000000 +0300 -+++ uucp-1.07/policy.h 2006-01-09 23:42:14.667548750 +0200 +--- uucp-1.07.orig/policy.h 2003-05-29 06:08:45.000000000 +0000 ++++ uucp-1.07/policy.h 2009-03-06 18:41:48.000000000 +0000 @@ -302,8 +302,7 @@ /* #define LOCKDIR "/usr/spool/locks" */ /* #define LOCKDIR "/usr/spool/uucp/LCK" */ |