diff options
author | Thomas Jepp <tom@tomjepp.co.uk> | 2015-12-17 09:52:42 +0000 |
---|---|---|
committer | Thomas Jepp <tom@tomjepp.co.uk> | 2015-12-17 09:52:42 +0000 |
commit | 11ea1dc9309235307e68a4ddd0295be1c13e9eab (patch) | |
tree | 13631f899baa20a1813f90782b6e7881d2b42584 /debian | |
parent | f846c071d7e860ada3f17d33404ccfeaff569d7f (diff) | |
download | vyatta-cfg-qos-11ea1dc9309235307e68a4ddd0295be1c13e9eab.tar.gz vyatta-cfg-qos-11ea1dc9309235307e68a4ddd0295be1c13e9eab.zip |
Remove a vyatta-cfg-qos-serial entry in debian/rules that was missed.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f455615..31796b4 100755 --- a/debian/rules +++ b/debian/rules @@ -61,7 +61,7 @@ install: build $(MAKE) DESTDIR=$(PKGDIR) install - for p in vyatta-cfg-qos vyatta-cfg-qos-serial; do \ + for p in vyatta-cfg-qos; do \ install -D --mode=0644 debian/$$p.lintian-overrides \ debian/$$p/usr/share/lintian/overrides/$$p; \ done |