1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/Tools/portbuild/scripts/rewind
Satoshi Asami a3e9efec50 A little script that tries to "undo" a package build. Basically just renames
a bunch of directories back.  Use it when you want to void a botched build.
2000-08-29 08:00:51 +00:00

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 .