diff options
Diffstat (limited to 'net-p2p/dbhub/files/dbhub-gentoo.patch')
-rw-r--r-- | net-p2p/dbhub/files/dbhub-gentoo.patch | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/net-p2p/dbhub/files/dbhub-gentoo.patch b/net-p2p/dbhub/files/dbhub-gentoo.patch index 2dde15e710d8..1cb37fa9df74 100644 --- a/net-p2p/dbhub/files/dbhub-gentoo.patch +++ b/net-p2p/dbhub/files/dbhub-gentoo.patch @@ -1,6 +1,6 @@ ---- configure.old 2007-07-02 20:02:46.000000000 +0200 -+++ configure 2007-07-02 20:04:14.000000000 +0200 -@@ -4552,12 +4552,6 @@ +--- configure.old 2007-10-25 14:53:10.000000000 +0200 ++++ configure 2007-10-25 14:54:06.000000000 +0200 +@@ -7564,12 +7564,6 @@ fi fi @@ -13,15 +13,19 @@ # Check whether --enable-lang was given. if test "${enable_lang+set}" = set; then enableval=$enable_lang; if test "$enableval" = "no"; then -@@ -4637,11 +4631,6 @@ +@@ -7650,15 +7644,6 @@ + perl_flags=`perl -MExtUtils::Embed -e ccopts` perl_libs=`perl -MExtUtils::Embed -e ldopts` - +- - if test ! -d $HOME/.dbhub/scripts; then - echo "creating script directory: $HOME/.dbhub/scripts" - mkdir $HOME/.dbhub/scripts - chmod 700 $HOME/.dbhub/scripts; +- for i in Samplescripts/*; do +- cp $i $HOME/.dbhub/scripts; +- done - fi fi else - echo "Perl script support is disabled, if you want to enable it do ./configure --enable-perl" + echo "Perl script support is disabled." |