]> git.pld-linux.org Git - packages/eventum.git/commitdiff
rm htdocs/.htaccess.dist
authorElan Ruusamäe <glen@delfi.ee>
Thu, 31 Dec 2015 17:40:36 +0000 (19:40 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 31 Dec 2015 17:40:36 +0000 (19:40 +0200)
eventum.spec

index 528764466963fc6593ac3f2e9467611f86b86047..d074afcf699b5b82ae0ba32ad8c8988d78e8a96f 100644 (file)
@@ -475,7 +475,7 @@ define('APP_SQL_DBPASS', '');
 define('APP_TABLE_PREFIX', 'eventum_');
 EOF
 php config/sphinx.conf.php > config/sphinx.conf
-rm -f config/config.php
+rm config/config.php
 %endif
 
 # packaging
@@ -484,6 +484,8 @@ rm -f config/config.php
 %patch107 -p1
 %patch108 -p1
 
+rm htdocs/.htaccess.dist
+
 # cleanup vendor. keep only needed libraries.
 # (the rest are packaged with system packages)
 mv vendor vendor.dist
This page took 0.063807 seconds and 4 git commands to generate.