Skip to content

Commit

Permalink
remove ROSS
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 28, 2023
1 parent a47b09f commit 9e31a5d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ my $preop = 'true;';
#'pod2text README.pod | tee $(DISTVNAME)/README > README';

# Execute something before `make`
my $preBuild=
'rm -f bin/ROSS-v0.3.tar.gz;' .
'if [ ! -e ./bin/ROSS-0.3/LICENSE ]; then ' .
'wget https://github.com/lskatz/ROSS/archive/v0.3.tar.gz -O bin/ROSS-v0.3.tar.gz;'.
'tar -zxvf ./bin/ROSS-v0.3.tar.gz --directory ./bin;'.
'fi;' .
'';
my $preBuild= 'true';
#'rm -f bin/ROSS-v0.3.tar.gz;' .
# 'if [ ! -e ./bin/ROSS-0.3/LICENSE ]; then ' .
# 'wget https://github.com/lskatz/ROSS/archive/v0.3.tar.gz -O bin/ROSS-v0.3.tar.gz;'.
# 'tar -zxvf ./bin/ROSS-v0.3.tar.gz --directory ./bin;'.
# 'fi;' .
# '';

WriteMakefile1(
NAME => 'Mashtree',
Expand Down

0 comments on commit 9e31a5d

Please sign in to comment.