summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo/core/python.xibuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/repo/core/python.xibuild b/repo/core/python.xibuild
index 06d0b44..4383145 100644
--- a/repo/core/python.xibuild
+++ b/repo/core/python.xibuild
@@ -10,3 +10,8 @@ build () {
make
make DESTDIR=$PKG_DEST install
}
+
+package () {
+ ln $PKG_DEST/usr/bin/python3 $PKG_DEST/usr/bin/python
+ ln $PKG_DEST/usr/bin/python3 $PKG_DEST/usr/bin/py
+}