summaryrefslogtreecommitdiff
path: root/repo/system/perl-xml-parser.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/perl-xml-parser.xibuild')
-rw-r--r--repo/system/perl-xml-parser.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/perl-xml-parser.xibuild b/repo/system/perl-xml-parser.xibuild
index b6d8b03..bd73b3f 100644
--- a/repo/system/perl-xml-parser.xibuild
+++ b/repo/system/perl-xml-parser.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(perl expat)
+MAKEDEPS="make "
+DEPS="perl expat"
PKG_VER=2.46
SOURCE=https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-$PKG_VER.tar.gz