Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
025590c0
Commit
025590c0
authored
Jan 26, 2009
by
Carlo Landmeter
Committed by
Natanael Copa
Jan 26, 2009
Browse files
core/abuild: add zip archive support
parent
7e4549ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
abuild
View file @
025590c0
...
...
@@ -160,6 +160,9 @@ unpack() {
msg
"Unpacking
$s
..."
unlzma
-c
"
$s
"
|
tar
-C
"
$srcdir
"
-x
\
||
return
1
;;
*
.zip
)
msg
"Unpacking
$s
..."
unzip
"
$s
"
-d
"
$srcdir
"
||
return
1
;;
esac
done
}
...
...
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