From d811ed2d9a5ca4e12e42f93884a94d04e778a555 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 21 Apr 2025 14:41:43 +0300 Subject: [PATCH] gonullu rebuild --- programming/language/python3/gonullu/actions.py | 2 +- programming/language/python3/gonullu/pspec.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/programming/language/python3/gonullu/actions.py b/programming/language/python3/gonullu/actions.py index 3d6c75dccb..a29935a4f6 100644 --- a/programming/language/python3/gonullu/actions.py +++ b/programming/language/python3/gonullu/actions.py @@ -13,6 +13,6 @@ def build(): def install(): pythonmodules.install(pyVer="3") - pisitools.dosed("%s/usr/bin/gonullu" % get.installDIR(), "#!python", "#!/usr/bin/env python3") + # pisitools.dosed("%s/usr/bin/gonullu" % get.installDIR(), "#!python", "#!/usr/bin/env python3") pisitools.dodoc("LICENSE", "README*") diff --git a/programming/language/python3/gonullu/pspec.xml b/programming/language/python3/gonullu/pspec.xml index dacb456881..a724e48377 100644 --- a/programming/language/python3/gonullu/pspec.xml +++ b/programming/language/python3/gonullu/pspec.xml @@ -46,8 +46,8 @@ - - 2025-02-19 + + 2025-04-21 1.2.3 Rebuild Mustafa Cinasal