X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot-pkgs;h=31ad53c5166e989669bff62ab02ad31a7bd1a86c;hp=91da9a3df9c65d27fcab66d829555487d394d10a;hb=46c673a70fe14fe05d7160b456925b8591b5f779;hpb=f4b0d8b33d175ec0a6c708eab5e6d6cb6ddd3262 diff --git a/boot-pkgs b/boot-pkgs index 91da9a3..31ad53c 100644 --- a/boot-pkgs +++ b/boot-pkgs @@ -53,7 +53,7 @@ for f in $libraries; do else stage=1 fi - top=`echo $f | sed 's#[^/]\+#..#g'` + top=`echo $f | sed 's#[^/][^/]*#..#g'` echo "${f}_PACKAGE = ${pkg}" >> $f/ghc.mk echo "${f}_dist-install_GROUP = libraries" >> $f/ghc.mk echo "\$(eval \$(call build-package,${f},dist-install,${stage}))" >> $f/ghc.mk