X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=boot-pkgs;h=31ad53c5166e989669bff62ab02ad31a7bd1a86c;hb=8dbd52c7606588ab7fc7ffd3a54641b7cadc4431;hp=91da9a3df9c65d27fcab66d829555487d394d10a;hpb=f4b0d8b33d175ec0a6c708eab5e6d6cb6ddd3262;p=ghc-hetmet.git 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