diff python/py-setuptools/py-setuptools.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents 8580d997f05b
children a133976e0783
line wrap: on
line diff
--- a/python/py-setuptools/py-setuptools.sh	Tue Aug 20 20:15:00 2019 +0200
+++ b/python/py-setuptools/py-setuptools.sh	Wed Aug 21 09:04:13 2019 +0200
@@ -34,6 +34,6 @@
 		$py setup.py install --root=$DESTDIR --prefix=/.
 
 		cd ..
-		rm -rf v$PKGVERSION
+		rm -rf setuptools-$PKGVERSION
 	done
 }