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
c8e261bb
Commit
c8e261bb
authored
6 years ago
by
James Larrowe
Committed by
Ed Reel
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change TMPDIR on fakeroot_ng (#2813)
parent
22c89199
nexedi
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
packages/fakeroot_ng.rb
packages/fakeroot_ng.rb
+5
-2
No files found.
packages/fakeroot_ng.rb
View file @
c8e261bb
...
@@ -11,11 +11,14 @@ class Fakeroot_ng < Package
...
@@ -11,11 +11,14 @@ class Fakeroot_ng < Package
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/fakeroot_ng-0.18-chromeos-x86_64.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/fakeroot_ng-0.18-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
x86_64:
'
8193a2fd03ed29a7944c3b186f616d9ceb1b25b0327c48ec4f59913d9e7bbc49
'
,
x86_64:
'
68ade929172b332a688333874644ce80d3af25f9604c9cc68103975c667f4fee
'
,
})
})
def
self
.
build
def
self
.
build
system
"./configure"
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"./configure"
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
"--with-memdir=
#{
CREW_PREFIX
}
/tmp"
system
'make'
system
'make'
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