diff options
Diffstat (limited to 'libtomcrypt')
-rw-r--r-- | libtomcrypt/libtomcrypt_0.93.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/libtomcrypt_0.93.oe b/libtomcrypt/libtomcrypt_0.93.oe index db0580bfee..1586945210 100644 --- a/libtomcrypt/libtomcrypt_0.93.oe +++ b/libtomcrypt/libtomcrypt_0.93.oe @@ -11,7 +11,7 @@ DEPENDS = "virtual/libc" #FIXME add dependencies for pdflatex or whatever that package uses to create docs SRC_URI = "http://libtomcrypt.org/files/crypt-${PV}.tar.bz2 \ - file://${FILESDIR}/install.patch;patch=1" + file://install.patch;patch=1" inherit autotools |