Skip to content

Commit 16d1624

Browse files
committed
chore: Move include and share files into package
1 parent 6459a67 commit 16d1624

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

PKGBUILD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgname=python-i686-bin
22
pkgdesc="Major release 3.11 of the Python high-level programming language (32-bit)"
33
pkgver=3.11.8
4-
pkgrel=5
4+
pkgrel=6
55
arch=('x86_64')
66
url="https://www.python.org/"
77
license=('PSF-2.0')
@@ -19,6 +19,10 @@ package() {
1919

2020
# Extract and move files
2121
tar -xf "python-3.11.8-32-bit.tar.gz"
22+
cd python-build
23+
2224
mv bin "$pkgdir/opt/python-i686-$pkgver/"
2325
mv lib "$pkgdir/opt/python-i686-$pkgver/"
26+
mv include "$pkgdir/opt/python-i686-$pkgver/"
27+
mv share "$pkgdir/opt/python-i686-$pkgver/"
2428
}

0 commit comments

Comments
 (0)