perl-HTTP-Server-Simple:rebuilt

This commit is contained in:
blue-devil
2020-01-14 20:18:32 +00:00
parent 3773361130
commit 1212389919
3 changed files with 15 additions and 6 deletions
@@ -4,9 +4,9 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import perlmodules
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -22,4 +22,4 @@ def build():
def install():
perlmodules.install()
pisitools.dodoc("README", "Changes")
pisitools.dodoc("README", "Changes")