summaryrefslogtreecommitdiff
path: root/repo/python-docutils
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-10-22 16:29:29 +0100
committerdavidovski <david@davidovski.xyz>2022-10-22 16:29:29 +0100
commitf99268f797c120a24030a573ef22813cd018beb5 (patch)
treeee18857a5eda7bc94286e3924dc2209aea7b92c4 /repo/python-docutils
parent95545d88b997a17ff03bb164af33c33e2a12d693 (diff)
Added unrar
Diffstat (limited to 'repo/python-docutils')
-rw-r--r--repo/python-docutils/python-docutils.xibuild5
1 files changed, 5 insertions, 0 deletions
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
}