From 9ef5180865e4092cc4c1f83dd31d379d2b1b000a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 17 Feb 2009 17:17:58 +0100 Subject: [PATCH] xbps-base-chroot: add xbps-base-dirs at head of $build_depends. --HG-- extra : convert_revision : 5e5704174b4cf77ba1eb5324aecd74d33e2f975e --- templates/xbps-base-chroot/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/xbps-base-chroot/template b/templates/xbps-base-chroot/template index 23c057048e4..13c37124140 100644 --- a/templates/xbps-base-chroot/template +++ b/templates/xbps-base-chroot/template @@ -10,9 +10,9 @@ long_desc=" noarch=yes base_chroot=yes -build_depends="glibc-2.8 kernel-libc-headers-2.6.27.3 bash-3.2 coreutils-6.12 - bison-2.3 texinfo-4.13 m4-1.4.12 libarchive-2.5.5 binutils-2.18 gcc-4.3.2 - tar-1.20 bzip2-1.0.5 gzip-1.3.12 gawk-3.1.6 grep-2.5.3 findutils-4.4.0 - sed-4.1.5 make-3.81 diffutils-2.8.1 file-4.26 proplib-0.1 patch-2.5.4 - wget-1.11.4 dash-0.5.4 xbps-base-dirs-0.1" +build_depends="xbps-base-dirs-0.1 glibc-2.8 kernel-libc-headers-2.6.27.3 + bash-3.2 coreutils-6.12 bison-2.3 texinfo-4.13 m4-1.4.12 libarchive-2.5.5 + binutils-2.18 gcc-4.3.2 tar-1.20 bzip2-1.0.5 gzip-1.3.12 gawk-3.1.6 + grep-2.5.3 findutils-4.4.0 sed-4.1.5 make-3.81 diffutils-2.8.1 file-4.26 + proplib-0.1 patch-2.5.4 wget-1.11.4 dash-0.5.4" run_depends="$build_depends"