mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
build-style/go.sh: fix indent
This commit is contained in:
parent
2e106a8a62
commit
2748e21418
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# This isn't really configuration, but its needed by packages
|
# This isn't really configuration, but its needed by packages
|
||||||
# that do unusual things with the build where the expect to be
|
# that do unusual things with the build where the expect to be
|
||||||
# able to cd into the $GOSRCPATH
|
# able to cd into the $GOSRCPATH
|
||||||
if [[ "${go_get}" != "yes" ]]; then
|
if [[ "${go_get}" != "yes" ]]; then
|
||||||
mkdir -p "$(dirname ${GOSRCPATH})"
|
mkdir -p "$(dirname ${GOSRCPATH})"
|
||||||
ln -fs $PWD "${GOSRCPATH}"
|
ln -fs $PWD "${GOSRCPATH}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue