Browse Source

add autoupdate

Jonathan Jogenfors 1 year ago
parent
commit
a0048118e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      server/bin/build-libraw.sh

+ 1 - 0
server/bin/build-libraw.sh

@@ -14,6 +14,7 @@ tar -xvf ${LIBRAW_VERSION}.tar.gz -C libraw --strip-components=1
 rm ${LIBRAW_VERSION}.tar.gz
 rm ${LIBRAW_VERSION}.tar.gz
 rm libraw.sha256
 rm libraw.sha256
 cd libraw
 cd libraw
+autoupdate
 autoreconf --install
 autoreconf --install
 ./configure
 ./configure
 make -j$(nproc)
 make -j$(nproc)