summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2015-10-27 12:14:44 +0800
committerFelix Yan2015-10-27 12:14:44 +0800
commit91a6eb31b3d347aeb358bcee6f0c651772877765 (patch)
tree84d1335ab52a49a25444561cc47a9b7e0a3077b3
parent3e456d60fa5b9f2c1b5d1ab1a8b859840ab792c5 (diff)
downloadaur-91a6eb31b3d347aeb358bcee6f0c651772877765.tar.gz
fix filename for LICENSE and README
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ff033bdf06e..4997116ad127 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ package() {
install -v -Dm755 ./agent/x64/newrelic-$_libver.so $pkgdir/usr/lib/php/modules/newrelic-$_libver.so
fi
- install -v -Dm644 ./README ./LICENSE $pkgdir/usr/share/doc/newrelic-php5/
+ install -v -Dm644 ./README.txt ./LICENSE.txt $pkgdir/usr/share/doc/newrelic-php5/
install -v -Dm644 ./scripts/newrelic.ini.template $pkgdir/etc/php/conf.d/newrelic.ini
install -v -Dm644 ./scripts/newrelic.ini.template $pkgdir/etc/php/conf.d/newrelic.ini.template