Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
alpine-conf
Commits
07af120c
Commit
07af120c
authored
Dec 10, 2016
by
Philippe Guilbault
Committed by
Natanael Copa
Dec 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-disk fails because of 'lbu package | tar' & encryption config
parent
cd395b7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lbu.in
lbu.in
+2
-2
No files found.
lbu.in
View file @
07af120c
...
...
@@ -303,7 +303,7 @@ cmd_package() {
run
-
parts
"$LBU_PREPACKAGE"
>&
2
||
return
1
fi
[
-
n
"$ENCRYPTION"
]
&&
suff
=
"$suff.$ENCRYPTION"
[
-
n
"$ENCRYPTION"
]
&&
[
"x$pkg"
!= "x-" ] &&
suff="$suff.$ENCRYPTION"
#
find
filename
if
[
-
d
"$pkg"
]
;
then
...
...
@@ -332,7 +332,7 @@ cmd_package() {
rc
=$?
fi
if
[
$
rc
-
eq
0
];
then
if
[
-
z
"$ENCRYPTION"
];
then
if
[
-
z
"$ENCRYPTION"
]
||
[
"x$pkg"
=
"x-"
];
then
_gen_filelist
|
$
tar_create
-
z
>
"$tmppkg"
rc
=$?
else
...
...
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