debian/rules: fix openkylin vendor
This commit is contained in:
parent
92ba116d30
commit
e7bd1a74de
|
@ -1,3 +1,10 @@
|
|||
libatasmart (0.19-ok2) yangtze; urgency=medium
|
||||
|
||||
* debian/rules:
|
||||
fix openkylin vendor
|
||||
|
||||
-- Luoyaoming <luoyaoming@kylinos.cn> Fri, 03 Jun 2022 15:46:16 +0800
|
||||
|
||||
libatasmart (0.19-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
|
|
@ -11,6 +11,9 @@ override_dh_install:
|
|||
if dpkg-vendor --is ubuntu; then \
|
||||
install -m 644 -D debian/local/apport-hook.py debian/libatasmart4/usr/share/apport/package-hooks/libatasmart4.py; \
|
||||
fi
|
||||
if dpkg-vendor --is openKylin; then \
|
||||
install -m 644 -D debian/local/apport-hook.py debian/libatasmart4/usr/share/apport/package-hooks/libatasmart4.py; \
|
||||
fi
|
||||
|
||||
override_dh_installdocs:
|
||||
dh_installdocs --all README
|
||||
|
|
Loading…
Reference in New Issue