mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 14:50:07 -07:00
docs: update
This commit is contained in:
parent
f76fc18d9b
commit
bd9f1a2f1f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
build/*
|
||||
pkg/*
|
||||
sources/*
|
||||
sys/*
|
||||
bin/*
|
||||
|
4
puke
4
puke
@ -111,12 +111,14 @@ main() {
|
||||
trap clean EXIT
|
||||
clean
|
||||
|
||||
mkdir -p sources build pkg || die "Couldn't create directories at '$PWD'".
|
||||
mkdir -p sources build pkg sys bin ||
|
||||
die "Couldn't create directories at '$PWD'".
|
||||
|
||||
source_dir=$PWD/sources
|
||||
build_dir=$PWD/build
|
||||
pkg_dir=$PWD/pkg
|
||||
sys_dir=$PWD/sys
|
||||
bin_dir=$PWD/bin
|
||||
|
||||
args "$@"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user