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
e7b22a1f
Commit
e7b22a1f
authored
8 years ago
by
lyxell
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #321 from jam7/libffi-crew_dest_dir
Changed to use #{CREW_DEST_DIR} in libffi.rb
parents
c8d89481
83bfe0bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
packages/libffi.rb
packages/libffi.rb
+2
-2
No files found.
packages/libffi.rb
View file @
e7b22a1f
require
'package'
class
Libffi
<
Package
version
'3.0.13'
version
'3.0.13
-1
'
source_url
'ftp://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz'
source_sha1
'f5230890dc0be42fb5c58fbf793da253155de106'
...
...
@@ -13,6 +13,6 @@ class Libffi < Package
end
def
self
.
install
system
"make"
,
"install"
system
"make"
,
"
DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"
install"
end
end
This diff is collapsed.
Click to expand it.
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