aboutsummaryrefslogtreecommitdiffstats
path: root/build-scripts/make-distfiles
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/make-distfiles')
-rwxr-xr-xbuild-scripts/make-distfiles2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-scripts/make-distfiles b/build-scripts/make-distfiles
index 6a074aee..26ef161d 100755
--- a/build-scripts/make-distfiles
+++ b/build-scripts/make-distfiles
@@ -1,4 +1,5 @@
#!/bin/bash
+cd $(dirname $0)/..
set -ex
sudo apt-get update
sudo apt-get -y install \
@@ -6,3 +7,4 @@ sudo apt-get -y install \
docbook-xsl fop xsltproc libxml2-utils inkscape imagemagick
./configure --enable-doc-maintenance
make -j$(nproc) distfiles.zip
+build-scripts/download-external-libs