Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit c39a5a1

Browse files
author
Grant Kinney
committed
Update geoip database paths
1 parent 86e9eca commit c39a5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
],
104104
"minimum-stability": "stable",
105105
"scripts": {
106-
"post-install-cmd": "cp -R plugins/* vendor/piwik/piwik/plugins/ && cp -R misc/* vendor/piwik/piwik/misc/ && cp -R icons/* vendor/piwik/piwik/plugins/Morpheus/icons/ && cp index.php vendor/piwik/piwik/ && cp config.ini.php vendor/piwik/piwik/config/ && if [ -d .heroku ]; then cp $GEOIP_GEOLITE2_PATH$GEOIP_GEOLITE2_CITY_FILENAME $GEOIP_GEOLITE2_PATH$GEOIP_GEOLITE2_COUNTRY_FILENAME vendor/piwik/piwik/misc/; fi"
106+
"post-install-cmd": "cp -R plugins/* vendor/piwik/piwik/plugins/ && cp -R misc/* vendor/piwik/piwik/misc/ && cp -R icons/* vendor/piwik/piwik/plugins/Morpheus/icons/ && cp index.php vendor/piwik/piwik/ && cp config.ini.php vendor/piwik/piwik/config/ && if [ -d .heroku ]; then cp .geoip/share/GeoLite2-City.mmdb .geoip/share/GeoLite2-Country.mmdb vendor/piwik/piwik/misc/; fi"
107107
},
108108
"extra": {
109109
"installer-paths": {

0 commit comments

Comments
 (0)