Skip to content

Commit cd927fe

Browse files
committed
use git repo as source
1 parent 1a6a6b3 commit cd927fe

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: avrdude-6.3.build.bash

+1-7
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,9 @@ cd objdir
2020
PREFIX=`pwd`
2121
cd -
2222

23-
if [[ ! -f avrdude-6.3.tar.gz ]] ;
24-
then
25-
wget http://download.savannah.gnu.org/releases/avrdude/avrdude-6.3.tar.gz
26-
fi
27-
28-
tar xfv avrdude-6.3.tar.gz
23+
git clone https://github.com/facchinm/avrdude.git avrdude-6.3
2924

3025
cd avrdude-6.3
31-
for p in ../avrdude-6.3-patches/*.patch; do echo Applying $p; patch -p0 < $p; done
3226
autoreconf --force --install
3327
./bootstrap
3428

0 commit comments

Comments
 (0)