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

12 lines
130 B
Plaintext
Raw Normal View History

2013-09-17 09:52:57 +00:00
url=git://git.2f30.org/fs
2013-09-05 11:58:51 +00:00
2013-09-06 08:31:51 +00:00
fetch() {
2013-09-18 13:33:23 +00:00
[ -d src/fs ] || git clone $url src/fs
2013-09-06 08:31:51 +00:00
}
2013-09-05 11:58:51 +00:00
2013-09-06 08:31:51 +00:00
install() {
2013-09-17 09:52:57 +00:00
pushd src/fs
cp -r * $root/
popd
2013-09-06 08:31:51 +00:00
}