diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-18 19:09:34 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-18 19:09:34 +0100 |
commit | e10cb9dd77ad037401764b64e989bcc4275740ad (patch) | |
tree | a73601fc982c63eb99722688507d8d8e826431c7 | |
parent | 0e842cf2167d4f3468379083d06231298476cfc3 (diff) |
php-horde-content: fix conf
-rw-r--r-- | php-horde-content.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-content.spec b/php-horde-content.spec index cdf4297..b2aaec6 100644 --- a/php-horde-content.spec +++ b/php-horde-content.spec @@ -64,7 +64,7 @@ tar xif %{SOURCE0} cd %{pear_name}-%{version} ( echo "<Directory %{pear_hordedir}/%{pear_name}>" -cat %{pear_name}-%{version}/.htaccess +cat .htaccess echo "</Directory>" ) | tee ../httpd.conf |