Date: Thursday, February 3, 2022 @ 05:55:41
  Author: ainola
Revision: 1124063

Remove /usr/bin/sl script

Fixes FS#64591

Modified:
  python-softlayer/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-02-03 05:38:32 UTC (rev 1124062)
+++ PKGBUILD    2022-02-03 05:55:41 UTC (rev 1124063)
@@ -36,6 +36,10 @@
 
   # It's only present when tests are enabled, so adding -f
   rm -rf "$pkgdir"/usr/lib/python3.10/site-packages/tests
+
+  # Prevent collisions with `sl` package; This command is deemed deprecated by
+  # the project anyway
+  rm -f "$pkgdir/usr/bin/sl"
 }
 
 # vim:set ts=2 sw=2 et:

Reply via email to