Date: Thursday, January 12, 2023 @ 08:36:49
  Author: polyzen
Revision: 1383058

Touch up

Modified:
  python-rstcheck-core/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-12 08:34:49 UTC (rev 1383057)
+++ PKGBUILD    2023-01-12 08:36:49 UTC (rev 1383058)
@@ -42,6 +42,6 @@
   # Symlink license file
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
   install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s "$site_packages"/rstcheck_core-$pkgver.dist-info/LICENSE \
+  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
     "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }

Reply via email to