rpms/opendchub/F-11 import.log, NONE, 1.1 opendchub-0.8.1-configure.patch, NONE, 1.1

Roshan Singh roshansingh at fedoraproject.org
Wed Jan 13 07:36:06 UTC 2010


Author: roshansingh

Update of /cvs/pkgs/rpms/opendchub/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5638/F-11

Added Files:
	import.log opendchub-0.8.1-configure.patch 
Log Message:
added patch, was missed in last import some how



--- NEW FILE import.log ---
opendchub-0_8_1-5_fc12:F-11:opendchub-0.8.1-5.fc12.src.rpm:1263367824

opendchub-0.8.1-configure.patch:
 configure.in |   18 ------------------
 1 file changed, 18 deletions(-)

--- NEW FILE opendchub-0.8.1-configure.patch ---
--- configure.in.orig	2010-01-02 10:18:30.882577000 +0530
+++ configure.in	2010-01-08 08:50:49.868836555 +0530
@@ -57,13 +57,6 @@
    fi
 fi
 
-dnl Check if config directory exists.
-if test ! -d $HOME/.opendchub; then
-   echo "creating config directory: $HOME/.opendchub"
-   mkdir $HOME/.opendchub
-   chmod 700 $HOME/.opendchub;
-fi
-
 AC_ARG_ENABLE(perl,
    AC_HELP_STRING([--disable-perl], [disable perl script support]),
    if test "$enableval" = "no"; then
@@ -81,17 +74,6 @@
        perl_flags=`perl -MExtUtils::Embed -e ccopts`
        AC_SUBST(perl_libs)
        perl_libs=`perl -MExtUtils::Embed -e ldopts`
-       
-       dnl Check if script directory exists.
-       dnl Creates it and copies sample scripts to it if it doesn't.
-       if test ! -d $HOME/.opendchub/scripts; then
-       	  echo "creating script directory: $HOME/.opendchub/scripts"
-       	  mkdir $HOME/.opendchub/scripts
-	  chmod 700 $HOME/.opendchub/scripts;
-	  for i in Samplescripts/*; do
-	      cp $i $HOME/.opendchub/scripts;
-	  done
-       fi       
    fi
 else
     echo "Perl script support is disabled."



More information about the scm-commits mailing list