From 7c630b4a7d264a337b1fd103c62d701176f85d8c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2015 17:20:10 +0100 Subject: php-herrera-io-phar-update: fix resources installation --- php-herrera-io-phar-update-autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-herrera-io-phar-update-autoload.php') diff --git a/php-herrera-io-phar-update-autoload.php b/php-herrera-io-phar-update-autoload.php index 424a564..dff41cc 100644 --- a/php-herrera-io-phar-update-autoload.php +++ b/php-herrera-io-phar-update-autoload.php @@ -20,5 +20,5 @@ require_once $vendorDir . '/Herrera/Version/autoload.php'; // Adpated from upstream constants.php if (!defined('PHAR_UPDATE_MANIFEST_SCHEMA')) { - define('PHAR_UPDATE_MANIFEST_SCHEMA', __DIR__ . '/schema.json'); + define('PHAR_UPDATE_MANIFEST_SCHEMA', '/usr/share/php-herrera-io-phar-update/res/schema.json'); } \ No newline at end of file -- cgit