diff options
Diffstat (limited to 't1lib')
-rw-r--r-- | t1lib/t1lib_5.0.0.oe | 4 | ||||
-rw-r--r-- | t1lib/t1lib_5.0.1.oe | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/t1lib/t1lib_5.0.0.oe b/t1lib/t1lib_5.0.0.oe index ba4e771f18..d8bb12a4a1 100644 --- a/t1lib/t1lib_5.0.0.oe +++ b/t1lib/t1lib_5.0.0.oe @@ -5,8 +5,8 @@ MAINTAINER = "Michael Lauer <mickey@Vanille.de>" DEPENDS = "virtual/libc" SRC_URI = "http://www.netsw.org/graphic/font/t1lib-${PV}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/install.patch;patch=1" + file://configure.patch;patch=1 \ + file://install.patch;patch=1" inherit autotools diff --git a/t1lib/t1lib_5.0.1.oe b/t1lib/t1lib_5.0.1.oe index f068f67423..14f2f24078 100644 --- a/t1lib/t1lib_5.0.1.oe +++ b/t1lib/t1lib_5.0.1.oe @@ -5,8 +5,8 @@ MAINTAINER = "Michael Lauer <mickey@Vanille.de>" DEPENDS = "virtual/libc" SRC_URI = "ftp://sunsite.unc.edu/pub/Linux/libs/graphics/t1lib-${PV}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/install.patch;patch=1" + file://configure.patch;patch=1 \ + file://install.patch;patch=1" inherit autotools |