summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--swift-lang.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index 29f0cee..d6ec66f 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -91,8 +91,6 @@ mv ninja-1.7.2 ninja
# as the swift executable (i.e. /usr/bin).
%patch0 -p0
-# And copy our license file so the macro can find it later
-cp swift/LICENSE.txt %{_builddir}
%build
export VERBOSE=1
@@ -158,7 +156,7 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%files
-%license LICENSE.txt
+%license swift/LICENSE.txt
%{_bindir}/swift*
%{_mandir}/man1/*
%{_includedir}/*