Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DFN2
ocs-url
Commits
8360bfe6
Commit
8360bfe6
authored
Sep 21, 2018
by
akiraohgaki
Browse files
Fix
parent
478d6866
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/package
View file @
8360bfe6
...
...
@@ -112,7 +112,7 @@ add_pkguser() {
export_srcarchive
()
{
if
[
"
${
1
}
"
]
;
then
$(
cd
"
${
PROJDIR
}
"
&&
git archive
--prefix
=
"
${
PKGNAME
}
/"
--output
=
"
${
1
}
"
HEAD
)
>
/dev/null
log
=
"
$(
cd
"
${
PROJDIR
}
"
&&
git archive
--prefix
=
"
${
PKGNAME
}
/"
--output
=
"
${
1
}
"
HEAD
)
"
fi
}
...
...
Write
Preview
Supports
Markdown
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