1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 15:41:24 +00:00
morpheus/pkgs/fs
2013-09-05 12:58:51 +01:00

14 lines
168 B
Plaintext

file=$pkg.tar.gz
url=$mirror/$file
# Fetch package
wget -c $url -O src/$file
# Unpack package
pushd src
tar xzf $file
popd
# Install package
cp -r src/$pkg/* $root/