[arch-commits] Commit in python-btrfs/trunk (PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Thu Oct 15 06:27:42 UTC 2020


    Date: Thursday, October 15, 2020 @ 06:27:42
  Author: farseerfc
Revision: 724053

upgpkg: python-btrfs 12-1: python-btrfs 12 add from AUR

Modified:
  python-btrfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-15 06:19:13 UTC (rev 724052)
+++ PKGBUILD	2020-10-15 06:27:42 UTC (rev 724053)
@@ -16,4 +16,6 @@
 package() {
     cd "$srcdir/${pkgname}/"
     python ./setup.py install --root="$pkgdir/" --prefix=/usr --optimize=1
+    cd bin
+    install -Dm755 btrfs-* -t "$pkgdir/usr/bin/"
 }



More information about the arch-commits mailing list