File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
4343 cd $TMP
4444 rm -rf $PRGNAM
4545 if [ " $VERSION " != " git" ]; then
46- git clone --depth 1 -b $VERSION https://github.com/noisecode3 /reapack
46+ git clone --depth 1 -b $VERSION https://github.com/cfillion /reapack
4747 else
48- git clone https://github.com/noisecode3 /reapack
48+ git clone https://github.com/cfillion /reapack
4949 fi
5050 cd $PRGNAM
5151 VERSION=$( head -n 1 version.h.in | cut -d ' ' -f 3 | tr , .)
@@ -82,9 +82,9 @@ cd $TMP
8282
8383rm -rf reapack
8484if [ " $VERSION " != " git" ]; then
85- git clone --recursive --depth 1 -b $VERSION https://github.com/noisecode3 /reapack
85+ git clone --recursive --depth 1 -b $VERSION https://github.com/cfillion /reapack
8686else
87- git clone --recursive https://github.com/noisecode3 /reapack
87+ git clone --recursive https://github.com/cfillion /reapack
8888fi
8989cd reapack
9090
You can’t perform that action at this time.
0 commit comments