GNU basic calculator v1.08.2

This commit is contained in:
mrSi-Si
2025-06-08 14:16:40 +03:00
parent f5f77c1146
commit 37578dd848
8 changed files with 15 additions and 189 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
@@ -17,4 +17,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "FAQ", "NEWS", "README", "ChangeLog")
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS")