From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Nov 2004 00:36:47 +0000 Subject: Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA --- python/python-pyro/pyro-unattended-install.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'python/python-pyro') diff --git a/python/python-pyro/pyro-unattended-install.patch b/python/python-pyro/pyro-unattended-install.patch index e69de29bb2..aefabacbf0 100644 --- a/python/python-pyro/pyro-unattended-install.patch +++ b/python/python-pyro/pyro-unattended-install.patch @@ -0,0 +1,16 @@ + +--- setup.cfg~pyro-unattended-install ++++ setup.cfg +@@ -4,9 +4,9 @@ + ### Enable the following two items for unattended install. + ### The scripts location is mandatory. Change it so something sensible. + +-#[install-options] +-#unattended=1 ++[install-options] ++unattended=1 + + [install] + optimize=1 +-#install-scripts=/foo/bar ++install-scripts= ../image/usr/lib/python2.3 -- cgit v1.2.3