diff options
| author | 2015-05-20 17:52:23 -0400 | |
|---|---|---|
| committer | 2015-05-20 17:52:23 -0400 | |
| commit | 2c72be9664e5742e593beec0b4b7b580505b75ef (patch) | |
| tree | 9e550ed3581efd3ab48f5d8214e229f5bca396bb | |
| parent | 00b967901c48b722a680c7f18d8d3a219a14bf3b (diff) | |
Also clean up config/build.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rwxr-xr-x | auto/clean | 2 | ||||
| -rw-r--r-- | config/build | 10 |
3 files changed, 2 insertions, 11 deletions
@@ -13,3 +13,4 @@ config/binary config/bootstrap config/common config/source +config/build @@ -4,7 +4,7 @@ set -e lb clean noauto "${@}" -rm -f config/binary config/bootstrap config/chroot config/common config/source +rm -f config/binary config/bootstrap config/chroot config/common config/source config/build rm -f build.log prepare.log config/archives/liquorix.list.* find config -empty -delete find config -type l -delete diff --git a/config/build b/config/build deleted file mode 100644 index 9098ab6..0000000 --- a/config/build +++ /dev/null @@ -1,10 +0,0 @@ -[Image] -Architecture: i386 -Archive-Areas: main contrib non-free -Distribution: stretch -Mirror-Bootstrap: http://ftp.debian.org/debian/ - -[FIXME] -Configuration-Version: 4.0.4 -Name: live-image -Type: iso-hybrid |
