Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
711269e3
Commit
711269e3
authored
Apr 11, 2021
by
Cassandra Watergate
Committed by
GitHub
Apr 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix @antenv (#5595)
parent
141a6d54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
packages/ant.rb
packages/ant.rb
+2
-2
No files found.
packages/ant.rb
View file @
711269e3
...
...
@@ -3,7 +3,7 @@ require 'package'
class
Ant
<
Package
description
'Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other.'
homepage
'http://ant.apache.org/'
version
'1.10.9'
version
'1.10.9
-1
'
license
'Apache-2.0'
compatibility
'all'
source_url
'https://downloads.apache.org/ant/source/apache-ant-1.10.9-src.tar.xz'
...
...
@@ -41,7 +41,7 @@ class Ant < Package
FileUtils
.
mkdir_p
"
#{
CREW_DEST_PREFIX
}
/etc/env.d/"
@antenv
=
<<~
ANTEOF
# Apache Ant configuration
export JAVA_HOME=
#{
CREW_PREFIX
}
/share/jdk8
'
export JAVA_HOME=
#{
CREW_PREFIX
}
/share/jdk8
export ANT_HOME=
\$
JAVA_HOME
ANTEOF
IO
.
write
(
"
#{
CREW_DEST_PREFIX
}
/etc/env.d/ant"
,
@antenv
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment