Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
makeiso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
makeiso
Merge requests
!3
Add nabia release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add nabia release
Ark74/makeiso:nabia
into
master
Overview
0
Commits
25
Changes
1
Merged
Luis Guzmán
requested to merge
Ark74/makeiso:nabia
into
master
3 years ago
Overview
0
Commits
25
Changes
1
Expand
0
0
Merge request reports
Viewing commit
02b32610
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
02b32610
Add missing locale variable
· 02b32610
Luis Guzmán
authored
3 years ago
makeiso.sh
+
1
−
0
Options
@@ -113,6 +113,7 @@ export CHROOT=$PWD/$DIST-$ARCH
export
C
=
"chroot
$CHROOT
"
export
LOG
=
logs/
$DIST
-
$ARCH
.log
export
LANG
=
C
export
LC_ALL
=
C
export
LANGUAGE
=
C
[
-d
logs
]
||
mkdir
logs
Loading