Skip to content
This repository was archived by the owner on Apr 12, 2019. It is now read-only.

Commit 2ab2001

Browse files
committed
Disable GUI when building git
1 parent 2151179 commit 2ab2001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pipeline:
2727
tar -C build -xzf git.tar.gz &&
2828
cd build/git-1.7.0 &&
2929
autoconf &&
30-
./configure --prefix=/usr/local &&
30+
./configure --without-tcltk --prefix=/usr/local &&
3131
make install NO_PERL=please &&
3232
cd ../.. &&
3333
rm -rf build &&

0 commit comments

Comments
 (0)