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.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
rm -rf errors logs make.* old-errors packages
|
||||
mv bak/* .
|
||||
cd ..
|
||||
rm -rf distfiles
|
||||
#mv bak/distfiles .
|
||||
Reference in New Issue
Block a user