summaryrefslogtreecommitdiff
path: root/veracrypt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-05 22:39:36 -0400
committerB Stack <bgstack15@gmail.com>2018-09-05 22:39:36 -0400
commitef041484cf223e5c64c6848934c04b315403be2b (patch)
tree256708217637a2c47a5ff5e926930f5329fc81b4 /veracrypt
parentapply cross-elfc improvements to veracrypt (diff)
downloadstackrpms-ef041484cf223e5c64c6848934c04b315403be2b.tar.gz
stackrpms-ef041484cf223e5c64c6848934c04b315403be2b.tar.bz2
stackrpms-ef041484cf223e5c64c6848934c04b315403be2b.zip
fix license source location
Diffstat (limited to 'veracrypt')
-rw-r--r--veracrypt/veracrypt.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/veracrypt/veracrypt.spec b/veracrypt/veracrypt.spec
index 3612a71..e532624 100644
--- a/veracrypt/veracrypt.spec
+++ b/veracrypt/veracrypt.spec
@@ -3,7 +3,7 @@
%global tarballdir %{pname}_%{version}
%global srcdir %{tarballdir}/src
%global indocdir %{tarballdir}/doc
-%define license_files src/License.txt
+%define license_files %{srcdir}/License.txt
%define debug_package %{nil}
# lifted from https://copr-be.cloud.fedoraproject.org/results/scx/veracrypt/fedora-27-x86_64/00657099-veracrypt/veracrypt.spec
bgstack15