]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
postfix: removed vda support
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 5 Dec 2006 23:45:39 +0000 (23:45 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 5 Dec 2006 23:45:39 +0000 (23:45 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@898 370017ae-e619-0410-ac65-c121f96126d4

mail/mta/postfix/postfix.SlackBuild

index f1f565ba96c5f3ef8143b568320e5840f4db7dfc..2400557608e170ce20bbc62312cd2b370f5ec45e 100755 (executable)
@@ -72,9 +72,9 @@ if [ "$RTOOL" == "wget" ]; then
  if [ ! -f "$SRC_DIR/$SRC" ]; then
    wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
  fi
- if [ ! -f "$SRC_DIR/$VDA" ]; then
-   wget "$VDA_URL" -O "$SRC_DIR/$VDA" # || exit $ERROR_WGET
- fi
+# if [ ! -f "$SRC_DIR/$VDA" ]; then
+#   wget "$VDA_URL" -O "$SRC_DIR/$VDA" # || exit $ERROR_WGET
+# fi
  if [ ! -f "$SRC_DIR/$SRC.sig" ]; then
    wget "$URL.sig" -O "$SRC_DIR/$SRC.sig" || exit $ERROR_WGET
  fi
@@ -142,7 +142,7 @@ rm -rf ${NAME}-${VERSION}  ${SOURCEDIR}
 tar xzvf $SRC_DIR/${NAME}-$VERSION.tar.gz || exit $ERROR_TAR
 # Patch
 
-if [ -f "$SRC_DIR/$VDA" ]; then
+if [ -s "$SRC_DIR/$VDA" ]; then
   gzip -dc $SRC_DIR/$VDA | patch -p0
 fi