diff options
author | root <root@rshg054.dnsready.net> | 2012-11-18 02:17:27 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-18 02:17:27 -0800 |
commit | ab63d8d49f68847a68c2ba0014bf0d3338cb3df6 (patch) | |
tree | 7f0d9cf1b60a9b65a36c3f58ab2164c62cb378f1 /extra/truecrypt | |
parent | 071ecd58a9b69020ec170e7f89009a603e885371 (diff) |
Sun Nov 18 02:15:18 PST 2012
Diffstat (limited to 'extra/truecrypt')
-rw-r--r-- | extra/truecrypt/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/truecrypt/PKGBUILD b/extra/truecrypt/PKGBUILD index f4de039e3..e0de53cba 100644 --- a/extra/truecrypt/PKGBUILD +++ b/extra/truecrypt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 153964 2012-03-21 06:20:49Z remy $ +# $Id: PKGBUILD 171369 2012-11-17 11:36:42Z eric $ # Maintainer: Paul Mattal <paul.archlinux.org> pkgname=truecrypt @@ -33,7 +33,7 @@ build() { patch -Np1 -i ../${pkgname}-arch-detection.patch # Build - make PKCS11_INC="${srcdir}/pkcs-2.20" + make PKCS11_INC="${srcdir}/pkcs-2.20" LFLAGS+="-ldl" } package() { |