From f99268f797c120a24030a573ef22813cd018beb5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 22 Oct 2022 16:29:29 +0100 Subject: Added unrar --- repo/python-docutils/python-docutils.xibuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'repo/python-docutils') diff --git a/repo/python-docutils/python-docutils.xibuild b/repo/python-docutils/python-docutils.xibuild index 546c14d..cd1c45a 100644 --- a/repo/python-docutils/python-docutils.xibuild +++ b/repo/python-docutils/python-docutils.xibuild @@ -13,4 +13,9 @@ build() { package () { python setup.py install --root="$PKG_DEST" --optimize=1 + + for f in $PKG_DEST/usr/bin/*.py; do + echo $f -> $(basename $f ) + ln -s $(basename $f) ${f%.*} + done } -- cgit v1.2.1