diff options
author | Chris Larson <clarson@mvista.com> | 2010-01-14 13:14:10 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2010-01-22 09:39:09 -0700 |
commit | 8cb2e3b5d373a1ee2b862684844c2e652a2f72f2 (patch) | |
tree | 34df0f4b515f05589cb9c160106f4cbc5035eeb1 /recipes/postfix | |
parent | ca64b38e43edd7379ea7a95cda8976f010cd54bf (diff) |
postfix: kill funky FILESDIR usage in SRC_URI
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/postfix')
-rw-r--r-- | recipes/postfix/postfix.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/postfix/postfix.inc b/recipes/postfix/postfix.inc index 0371f62957..0fe0fd9594 100644 --- a/recipes/postfix/postfix.inc +++ b/recipes/postfix/postfix.inc @@ -3,8 +3,8 @@ DEPENDS = "virtual/db libpcre postfix-native" LICENSE = "IPL" SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ - file://${FILESDIR}/makedefs.patch;patch=1 \ - file://${FILESDIR}/install.patch;patch=1 \ + file://makedefs.patch;patch=1 \ + file://install.patch;patch=1 \ file://main.cf_2.0 \ file://volatiles \ file://postfix \ |