mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a3e9efec50
a bunch of directories back. Use it when you want to void a botched build.
7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf errors logs make.* old-errors packages
|
|
mv bak/* .
|
|
cd ..
|
|
rm -rf distfiles
|
|
#mv bak/distfiles .
|