summaryrefslogtreecommitdiffstats
path: root/debian/lintian-to-copyright.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian/lintian-to-copyright.sh')
-rwxr-xr-xdebian/lintian-to-copyright.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/lintian-to-copyright.sh b/debian/lintian-to-copyright.sh
index 9a766da35..866e31bcd 100755
--- a/debian/lintian-to-copyright.sh
+++ b/debian/lintian-to-copyright.sh
@@ -1,5 +1,5 @@
#!/bin/sh
# Pipe the output of lintian into this.
sed -ne 's/.* file-without-copyright-information //p' | cut -d/ -f1-2 | sort -u | while read x; do
- /usr/share/cargo/scripts/guess-crate-copyright "$x"
+ debian/scripts/guess-crate-copyright "$x"
done