diff --git a/common/travis/prepare.sh b/common/travis/prepare.sh index 46072e9f81ea9c..23be153185ee1b 100755 --- a/common/travis/prepare.sh +++ b/common/travis/prepare.sh @@ -10,5 +10,10 @@ echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf echo XBPS_CHROOT_CMD=ethereal >> etc/conf echo XBPS_ALLOW_CHROOT_BREAKOUT=yes >> etc/conf +echo "/usr/lib/xbps.d" +cat /usr/lib/xbps.d/* +echo "/etc/xbps.d" +cat /etc/xbps.d/* + /bin/echo -e '\x1b[32mLinking / to /masterdir...\x1b[0m' ln -s / masterdir