Comment 3 for bug 374760

Revision history for this message
Ralf Hauser (hauser) wrote :

oops, I guess we get there in a different way:

the reason that it didn't work was that the rules script stumbled of the tar.gz file being in the wrong location

a fix might be

 TRVER := $(shell cd /usr/src && find . -name 'truecrypt-4*' -type d | \
              sed 's,./,, ; s/-source-code// ; s/.*-//; s,/.*,,' )