Skip to content

Commit 85b4cf7

Browse files
author
jiangcuo
committed
bump perlmod to 0.2.2-1
1 parent e42b7bb commit 85b4cf7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/perlmod/autobuild.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
SCRIPT_DIR=$(cd $(dirname ${BASH_SOURCE[0]}); pwd)
3+
PKGNAME=$(basename $SCRIPT_DIR)
4+
5+
echo "This is $PKGNAME build scripts"
6+
7+
. ../common.sh
8+
9+
cd $SCRIPT_DIR/$PKGNAME/perlmod-bin
10+
exec_build_make

packages/perlmod/perlmod

Submodule perlmod updated from d34865b to 14200ee

0 commit comments

Comments
 (0)