From 72bac2a21a53c2c85fe69008a93e87ccd832810f Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Mon, 8 Feb 2010 16:38:28 +0530 Subject: [PATCH] dps: (distro packaging support) dont let install copy the sample conf --- src/gl-install | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/gl-install b/src/gl-install index 9159ed5..8a59569 100755 --- a/src/gl-install +++ b/src/gl-install @@ -56,13 +56,14 @@ for my $dir qw(conf doc keydir logs src) { system("cp -R src doc $GL_ADMINDIR"); unless (-f $GL_CONF) { - system("cp conf/example.conf $GL_CONF"); print <