[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.7_rc1+dfsg-1-3-g77ef2df
David Prévot
taffit at debian.org
Tue Jun 4 15:29:23 UTC 2013
The following commit has been merged in the master branch:
commit 77ef2df7cdc7a4ee2b202fe7e406069f8009c0e6
Author: David Prévot <taffit at debian.org>
Date: Tue Jun 4 11:09:46 2013 -0400
Really really adapt Crypt_Blowfish path
diff --git a/debian/patches/fix_crypt_blowfish.diff b/debian/patches/fix_crypt_blowfish.diff
index a4a3099..7ad71bf 100644
--- a/debian/patches/fix_crypt_blowfish.diff
+++ b/debian/patches/fix_crypt_blowfish.diff
@@ -10,7 +10,7 @@ Last-Update: 2013-06-03
//require_once '../3rdparty/Crypt_Blowfish/Blowfish.php';
-require_once realpath(dirname(__FILE__) . '/../3rdparty/Crypt_Blowfish/Blowfish.php');
-+require_once '/Crypt/Blowfish.php';
++require_once 'Crypt/Blowfish.php';
/**
* Class for common cryptography functionality
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list