sshpass-1.10

This commit is contained in:
uglyside
2025-02-07 00:02:41 +03:00
parent b9c5aa06d1
commit e280773c1e
2 changed files with 18 additions and 12 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- 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
from pisi.actionsapi import get
def setup():
autotools.configure()
autotools.configure("--prefix=/usr")
def build():
autotools.make()
@@ -17,4 +17,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "COPYING")