diff options
Diffstat (limited to 'libremakepkg')
-rwxr-xr-x | libremakepkg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libremakepkg b/libremakepkg index cab6b9c..0881b10 100755 --- a/libremakepkg +++ b/libremakepkg @@ -32,6 +32,9 @@ source /etc/libretools.conf echo "Updating the main chroot" mkarchroot -u -c ${CACHEDIR} ${CHROOTDIR}/${CHROOT} +echo "Checking dependencies" +pkgbuild-check-nonfree + echo "Creating the package" makechrootpkg -c -r ${CHROOTDIR} -l ${CHCOPY} -- $@ |