X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fperl;h=85d79f5e8e2c39f60e03880ed4d67de078cef986;hb=2121ae9154ff063eef0defe0a9208663062a2d01;hp=69cf77725a7c52f895447cecbcd06d7772a82795;hpb=1eb363044c6ee3115e62736aed4403b750082b44;p=hvlinux.git diff --git a/stage2/pkg/perl b/stage2/pkg/perl index 69cf777..85d79f5 100644 --- a/stage2/pkg/perl +++ b/stage2/pkg/perl @@ -17,7 +17,7 @@ hvconfig_pre() sed -e '/^BUILD_ZLIB/s/True/False/' \ -e '/^INCLUDE/s,\./zlib-src,/usr/include,' \ -e '/^LIB/s,\./zlib-src,/usr/lib,' \ - -i ${LFS_TMP}/${PACKAGE}/cpan/Compress-Raw-Zlib/config.in + -i ${SRC_DIR}/cpan/Compress-Raw-Zlib/config.in CONFIGURE_OPTS="\ --prefix=/usr \ @@ -32,7 +32,7 @@ hvconfig_pre() hvconfig() { - cd ${LFS_TMP}/${PACKAGE} + cd ${SRC_DIR} ./configure.gnu ${CONFIGURE_OPTS} }