From 05b44e969b5d7b50e090d812e95ad0e1425acdeb Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sat, 4 Aug 2018 23:26:44 +0200 Subject: [PATCH] Fucking gitlab ci local cache force me to push this commit --- install-and-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-and-chroot.sh b/install-and-chroot.sh index d66b9bd..b53e75d 100755 --- a/install-and-chroot.sh +++ b/install-and-chroot.sh @@ -39,7 +39,7 @@ fi sudo sed -e 's/#rc_sys=""/rc_sys="prefix"/g' -i "$DIR/etc/rc.conf" # Launch chroot -sh $DIR/enter-chroot ./build || exit 1 +sh $DIR/enter-chroot ./ls || exit 1 # Insert pkg++ configuration in chroot sudo mkdir -p "$DIR/opt/pkgxx/dev" && \