diff options
author | FabioLolix | 2023-12-27 19:38:24 +0100 |
---|---|---|
committer | FabioLolix | 2023-12-27 19:38:24 +0100 |
commit | 43b6fa026f92e6066de899804233c05c1385fb69 (patch) | |
tree | 4a53f521960d1b42cafd516ba5c4a39e473352ef | |
parent | 76897eef5b80883a77baeb36a9ac1cef274ebb98 (diff) | |
download | aur-43b6fa026f92e6066de899804233c05c1385fb69.tar.gz |
revision
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ build() { package() { cd "$srcdir/$_appname-$pkgver" - python2 setup.py install --root="$pkgdir/" --optimize=1 + python2 setup.py install --skip-build --root="$pkgdir/" --optimize=1 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -dm755 "$pkgdir/usr/include/python$_py2basever/" |