Date: Monday, October 24, 2022 @ 07:45:29
  Author: dvzrv
Revision: 1334486

Remove unnecessary curly braces.

Modified:
  python-icalendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-24 07:45:26 UTC (rev 1334485)
+++ PKGBUILD    2022-10-24 07:45:29 UTC (rev 1334486)
@@ -30,7 +30,7 @@
 
 package() {
   cd $_name-$pkgver
-  python -m installer --destdir="${pkgdir}" dist/*.whl
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
 
   # Symlink license file

Reply via email to