File: 0002-Install-sabredav.php-in-usr-share-php-Sabre.patch

package info (click to toggle)
php-sabredav 1.8.12-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,948 kB
  • ctags: 7,525
  • sloc: php: 28,471; sql: 271; python: 221; makefile: 37; xml: 25; sh: 6
file content (17 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Thu, 26 Feb 2015 14:07:53 -0400
Subject: Install sabredav.php in /usr/share/php/Sabre

Forwarded: not-needed
---
 bin/sabredav | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/sabredav b/bin/sabredav
index 032371b..25509d7 100755
--- a/bin/sabredav
+++ b/bin/sabredav
@@ -1,2 +1,2 @@
 #!/bin/sh
-php -S 0.0.0.0:8080 `dirname $0`/sabredav.php
+php -S 0.0.0.0:8080 `dirname $0`/../share/php/Sabre/sabredav.php