summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2018-12-30 11:07:30 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2018-12-30 11:07:30 +0100
commitca7f6c054fa2dce7a677599247dc4829cce852c4 (patch)
tree789c22935e299bb451b74f8f97844881c546ea6e
parent729e4706a05253eca7afcf4fb3b906544b997601 (diff)
dh_link overwrites existing files with symlinks already
From dh_link(1): Any pre-existing destination files will be replaced with symlinks.
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 114acd0..a030dd9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,6 @@ override_dh_auto_build:
override_dh_install:
dh_install
- cut -d ' ' -f 2 debian/antlr4-doc.links | xargs -i rm debian/antlr4-doc/{}
ln -fs ../../../../javascript/jquery/jquery.js \
debian/antlr4-doc/usr/share/doc/antlr4/api/jquery/jquery-?.*