Move bootstrap dir to conform to dotfile structure
Removed underscore from bootstrap directory, since the repository does not organize itself through underscore prefixes anymore. Fixed package gathering git-hook to respect new bootstrap directory.
This commit is contained in:
parent
1d9941f492
commit
42560c04eb
6 changed files with 3 additions and 2 deletions
|
|
@ -3,8 +3,9 @@
|
||||||
COMMIT_MSG_FILE="$1"
|
COMMIT_MSG_FILE="$1"
|
||||||
COMMIT_SOURCE="$2"
|
COMMIT_SOURCE="$2"
|
||||||
|
|
||||||
pkgfileloc="$(git rev-parse --show-toplevel)/_bootstrap/packages.txt"
|
BOOTSTRAPDIR="bootstrap"
|
||||||
pkgignoreloc="$(git rev-parse --show-toplevel)/_bootstrap/packages_ignore.txt"
|
pkgfileloc="$(git rev-parse --show-toplevel)/$BOOTSTRAPDIR/packages.txt"
|
||||||
|
pkgignoreloc="$(git rev-parse --show-toplevel)/$BOOTSTRAPDIR/packages_ignore.txt"
|
||||||
listgen="yay"
|
listgen="yay"
|
||||||
|
|
||||||
err() {
|
err() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue