[arch-commits] Commit in osbuild/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Tue Mar 8 10:54:11 UTC 2022
Date: Tuesday, March 8, 2022 @ 10:54:11
Author: jelle
Revision: 1145461
upgpkg: osbuild 52-2
Modified:
osbuild/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-08 10:30:50 UTC (rev 1145460)
+++ PKGBUILD 2022-03-08 10:54:11 UTC (rev 1145461)
@@ -1,9 +1,10 @@
# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Achilleas Koutsou <achilleas at koutsou.net>
pkgname=osbuild
pkgdesc='Build Pipelines for Operating System Artifacts'
pkgver=52
-pkgrel=1
+pkgrel=2
url="https://www.osbuild.org"
arch=(any)
license=(Apache)
@@ -25,8 +26,9 @@
python setup.py install --skip-build --root="$pkgdir"
install -m 0755 -d "$pkgdir/usr/lib/osbuild"
+ mkdir "${pkgdir}/usr/lib/osbuild/osbuild"
- for group in assemblers devices inputs runners schemas sources stages ; do
+ for group in assemblers devices inputs runners schemas sources stages mounts ; do
cp -vdr --no-preserve=ownership "$group" "$pkgdir/usr/lib/osbuild/"
done
}
More information about the arch-commits
mailing list