diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-03 21:29:44 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-03 21:29:44 +0000 |
commit | 52256267c98cbbe7c2b71af26ec4c17990f51440 (patch) | |
tree | 7358d6fd3a783a592d7fe81ccdae8b32d4048309 /dev/perl/perl-module-build | |
parent | 6276791079caae09ebcc8e2fc2382a50fd75be72 (diff) | |
download | slackbuilds-52256267c98cbbe7c2b71af26ec4c17990f51440.tar.gz slackbuilds-52256267c98cbbe7c2b71af26ec4c17990f51440.tar.bz2 |
perl-module-build small fix, part 3
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@763 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/perl/perl-module-build')
-rwxr-xr-x | dev/perl/perl-module-build/perl-module-build.SlackBuild | 2 | ||||
-rwxr-xr-x | dev/perl/perl-module-build/perl-module-build.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/perl/perl-module-build/perl-module-build.SlackBuild b/dev/perl/perl-module-build/perl-module-build.SlackBuild index 2229b83c..6e21955e 100755 --- a/dev/perl/perl-module-build/perl-module-build.SlackBuild +++ b/dev/perl/perl-module-build/perl-module-build.SlackBuild @@ -13,7 +13,7 @@ fi # default settings PACKAGE="perl-module-build" -VERSION=${VERSION:=0.2805} +VERSION=${VERSION:=0.2805_01} ARCH=${ARCH:=i386} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} diff --git a/dev/perl/perl-module-build/perl-module-build.build b/dev/perl/perl-module-build/perl-module-build.build index 3d62a73f..6dc71539 100755 --- a/dev/perl/perl-module-build/perl-module-build.build +++ b/dev/perl/perl-module-build/perl-module-build.build @@ -29,7 +29,7 @@ fi NAME="Module::Build" PACKAGE="perl-`echo $NAME | sed -e 's/::/-/g' | tr '[:upper:]' '[:lower:]'`" TMP=${TMP:=/tmp} -VERSION=${VERSION:=0.2805} +VERSION=${VERSION:=0.2805_01} ARCH=${ARCH:=i386} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} |