diff python/py-pygments/py-pygments.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 4ccc42bf0284
line wrap: on
line diff
--- a/python/py-pygments/py-pygments.sh	Thu Sep 30 08:49:59 2021 +0200
+++ b/python/py-pygments/py-pygments.sh	Thu Sep 30 08:58:34 2021 +0200
@@ -27,7 +27,7 @@
 tar xvf Pygments-$PKGVERSION.tar.gz
 cd Pygments-$PKGVERSION
 
-python setup.py install --root=$DESTDIR --prefix=/.
+python setup.py install --root=$DESTDIR --prefix=/usr
 
 cd ..
 rm -rf Pygments-$PKGVERSION