summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Latorre2020-12-18 17:35:48 -0500
committerDavid Latorre2020-12-18 17:35:48 -0500
commit9e95061ea3ee3b494d8ab403e6e252e8ed7514d0 (patch)
tree1a778603de64c5cc8374f3baebb97523aa024394
parent0361cf2f6ba0f9e0b72bae3efc42b4ef03763f65 (diff)
downloadaur-sunvox-1.x.tar.gz
[FIX] change license name
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df6d6d97b53f..6e0f7ac0f1e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,6 @@ package() {
cp -a "${srcdir}/sunvox/examples" "${pkgdir}/opt/sunvox/examples"
cp -a "${srcdir}/sunvox/instruments" "${pkgdir}/opt/sunvox/instruments"
cp -a "${srcdir}/sunvox/effects" "${pkgdir}/opt/sunvox/effects"
- install -Dm644 "${srcdir}/sunvox/docs/license/SunVox.txt" "${pkgdir}/usr/share/licenses/sunvox/LICENSE"
+ install -Dm644 "${srcdir}/sunvox/docs/license/tremor.txt" "${pkgdir}/usr/share/licenses/sunvox/LICENSE"
install -Dm644 "${srcdir}/sunvox/docs/license/sunvox.txt" "${pkgdir}/usr/share/licenses/sunvox/LICENSE"
}