summaryrefslogtreecommitdiff
path: root/ci/provision-prep.sh
diff options
context:
space:
mode:
authorJonathan Lebon <jonathan@jlebon.com>2020-06-17 15:48:31 -0400
committerJonathan Lebon <jonathan@jlebon.com>2020-06-17 15:48:31 -0400
commit516c1340b3f8c352f487abc67c9d1f4ab8fac975 (patch)
tree5d9e707a8a958fc7cfc27082fa38c7acf1f42f5c /ci/provision-prep.sh
parenteb3fe35b0684ee6e2c4c514a49e8151c00ba59a0 (diff)
downloadostree-516c1340b3f8c352f487abc67c9d1f4ab8fac975.tar.gz
ci: Remove libpaprci/ directory
And move everything that was in it directly in `ci/`. There's a bunch more cleanups here that we need to do (and more changes to upstream from the rpm-ostree copies of this).
Diffstat (limited to 'ci/provision-prep.sh')
-rwxr-xr-xci/provision-prep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/provision-prep.sh b/ci/provision-prep.sh
index 30825802..96a2041e 100755
--- a/ci/provision-prep.sh
+++ b/ci/provision-prep.sh
@@ -4,7 +4,7 @@
set -xeuo pipefail
dn=$(dirname $0)
-. ${dn}/libpaprci/libbuild.sh
+. ${dn}/libbuild.sh
pkg_upgrade
pkg_install_buildroot
pkg_install sudo which attr fuse strace \