diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-12-10 09:26:03 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-12-10 09:26:03 +0000 |
commit | 333b8723f61f0c05666e5c612be595d637420532 (patch) | |
tree | 851350cce7b2dbf914b1068ac043522463fc853c | |
parent | Updating upstream signing key. (diff) | |
download | lzd-333b8723f61f0c05666e5c612be595d637420532.tar.xz lzd-333b8723f61f0c05666e5c612be595d637420532.zip |
Sorting alternatives handling in rules.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 9213694..027b978 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,6 @@ override_dh_auto_install: # alternative handling mv debian/lzd/usr/bin/lzd debian/lzd/usr/bin/lzip.lzd - ln -s /usr/bin/lzip.lzd debian/lzd/usr/bin/lzd override_dh_strip: |