diff options
Diffstat (limited to 'pcr-testing/qtau/PKGBUILD')
-rw-r--r-- | pcr-testing/qtau/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr-testing/qtau/PKGBUILD b/pcr-testing/qtau/PKGBUILD index 0c4fee3f3..924336d84 100644 --- a/pcr-testing/qtau/PKGBUILD +++ b/pcr-testing/qtau/PKGBUILD @@ -34,5 +34,5 @@ package() make INSTALL_ROOT="${pkgdir}" install - install -Dm644 ../LICENSES/CC0-1.0.txt "${pkgdir}"/usr/share/licences/${pkgname}/CC0-1.0.txt + install -Dm644 ../LICENSES/CC0-1.0.txt "${pkgdir}"/usr/share/licenses/${pkgname}/CC0-1.0.txt } |