summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2021-08-31 09:14:57 +1000
committerJP-Ellis2021-08-31 09:14:57 +1000
commita6b409a51f2cf11e55d1983dd7779b708109f6f4 (patch)
tree44a97aaf5ca757b3ab06219f8de1ee7225cf270f
parentb0d5d16e010874e6c765ee722e55b1044dfd9ce3 (diff)
downloadaur-a6b409a51f2cf11e55d1983dd7779b708109f6f4.tar.gz
Fix license path
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f645b061f914..9ca3f065a2e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -163,8 +163,8 @@ package() {
cp *.1 ${pkgdir}/usr/share/man/man1
msg2 "Copying license"
- mkdir -p ${pkgdir}/usr/share/license/Mathematica/
- cp ${pkgdir}/opt/Mathematica/LICENSE.txt ${pkgdir}/usr/share/license/Mathematica/license.txt
+ mkdir -p ${pkgdir}/usr/share/licenses/Mathematica/
+ cp ${pkgdir}/opt/Mathematica/LICENSE.txt ${pkgdir}/usr/share/licenses/Mathematica/license.txt
msg2 "Fixing file permissions"
chmod go-w -R ${pkgdir}/*