diff options
Diffstat (limited to 't1lib/t1lib_5.0.1.oe')
-rw-r--r-- | t1lib/t1lib_5.0.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
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 |