1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-30 20:11:24 +00:00
morpheus/pkgs/fs

14 lines
183 B
Plaintext
Raw Normal View History

2013-09-05 11:58:51 +00:00
file=$pkg.tar.gz
url=$mirror/$file
# Fetch package
wget -c $url -O src/$file
# Unpack package
pushd src
[ -d $pkg ] || tar xzf $file
2013-09-05 11:58:51 +00:00
popd
# Install package
cp -r src/$pkg/* $root/