summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2019-06-05 08:12:56 +0200
committerTobias Kunze2019-06-05 08:12:56 +0200
commit0adb68930fcd53621d12391f75eefcd58034803f (patch)
tree6bbbb7a79f5c7630d14b72503302223281928424
parent3813e69b905a5ef157f953dcaf73f2c44c2fbf42 (diff)
downloadaur-0adb68930fcd53621d12391f75eefcd58034803f.tar.gz
Do not fail on missing man pages
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bde0e4dc79e2..b573445dda01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,8 +55,8 @@ package() {
make DESTDIR="${pkgdir}" altinstall maninstall
# Avoid conflicts with the main 'python' package.
- # rm "${pkgdir}/usr/lib/libpython${_pymajver}.so"
- # rm "${pkgdir}/usr/share/man/man1/python${_pymajver}.1"
+ rm -f "${pkgdir}/usr/lib/libpython${_pymajver}.so"
+ rm -f "${pkgdir}/usr/share/man/man1/python${_pymajver}.1"
# Fix FS#22552
ln -sf ../../libpython${_pybasever}m.so \