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
8015c184
Commit
8015c184
authored
Feb 11, 2018
by
lovedheart
Committed by
Ed Reel
Feb 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update perl_text_wrapi18n.rb (#1850)
add dependency "perl_text_charwidth" and remove option "--self-contained"
parent
cc0da4c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
packages/perl_text_wrapi18n.rb
packages/perl_text_wrapi18n.rb
+2
-1
No files found.
packages/perl_text_wrapi18n.rb
View file @
8015c184
...
@@ -8,13 +8,14 @@ class Perl_text_wrapi18n < Package
...
@@ -8,13 +8,14 @@ class Perl_text_wrapi18n < Package
source_sha256
'4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488'
source_sha256
'4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488'
depends_on
'perl'
depends_on
'perl'
depends_on
'perl_text_charwidth'
# add dependency
def
self
.
build
def
self
.
build
end
end
def
self
.
install
def
self
.
install
# install files to build directory
# install files to build directory
system
'cpanm'
,
'-l'
,
"build"
,
'
--self-contained'
,
'.'
system
'cpanm'
,
'-l'
,
"build"
,
'
.'
# remove --self-contained
# install lib
# install lib
libdir
=
`perl -e 'require Config; print $Config::Config{'"'installsitelib'"'};'`
libdir
=
`perl -e 'require Config; print $Config::Config{'"'installsitelib'"'};'`
...
...
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