Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tools
development-tools
manjaro-tools
Commits
80eb19c9
Commit
80eb19c9
authored
Feb 03, 2016
by
udeved
Browse files
[util-pkg] fix
#178
parent
433f34fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/util-pkg.sh
View file @
80eb19c9
...
...
@@ -139,7 +139,7 @@ run_post_build(){
fi
chown
-R
"
${
OWNER
}
:users"
"
${
pkg_dir
}
"
if
[[
-z
$LOGDEST
]]
;
then
tar
-c
j
f
${
lname
}
-
${
pinfo
}
.log.tar.xz
${
loglist
[@]
}
tar
-c
J
f
${
lname
}
-
${
pinfo
}
.log.tar.xz
${
loglist
[@]
}
find
$PWD
-maxdepth
1
-name
'*.log'
-delete
#&> /dev/null
fi
arch
=
$_arch
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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