Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage3 / pkg / cyrus-sasl
index 0f6f5bf..d1df97d 100644 (file)
@@ -3,7 +3,7 @@
 hvconfig_pre()
 {
     sed -i 's/#elif WITH_DES/#elif defined(WITH_DES)/' \
-        ${LFS_TMP}/${PACKAGE}/plugins/digestmd5.c
+        ${SRC_DIR}/plugins/digestmd5.c
 
     CONFIGURE_OPTS+=" \
         --with-dbpath=/var/lib/sasl/sasldb2 \
@@ -20,8 +20,6 @@ hvconfig_pre()
 hvbuild_post()
 {
     if [ "x${HVLABEL}" = "x${PACKAGE}-pass1" ]; then
-        cd ${LFS_TMP}/${PACKAGE}
-
         install -v -m700 -d /var/lib/sasl
         install -v -m711 -d /var/run/saslauthd