From 57e138533948eab5fd67f08b3ef50d3632fc6a46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Aug 2022 16:13:57 +0200 Subject: typo --- php-doctrine-orm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index 9c043b4..8f95e1e 100644 --- a/php-doctrine-orm.spec +++ b/php-doctrine-orm.spec @@ -279,7 +279,7 @@ sed -e 's/@VERSION@/%{version}/' -i \ tests/Doctrine/Tests/ORM/Tools/Console/ConsoleRunnerTest.php find lib -name \*.rpm\? -delete -: move schema in librari +: move schema in library cp doctrine-mapping.xsd lib/Doctrine/ORM/Mapping/Driver/ sed -e '/doctrine-mapping.xsd/s:/../../../../..::' \ -i lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php -- cgit