fix debian/rules
This commit is contained in:
parent
0417200973
commit
368759cce7
|
@ -1,3 +1,9 @@
|
||||||
|
bubblewrap (0.4.0-ok3) yangtze; urgency=medium
|
||||||
|
|
||||||
|
* fix debian/rules
|
||||||
|
|
||||||
|
-- Luoyaoming <luoyaoming@kylinos.cn> Sat, 04 Jun 2022 12:59:22 +0800
|
||||||
|
|
||||||
bubblewrap (0.4.0-ok2) yangtze; urgency=medium
|
bubblewrap (0.4.0-ok2) yangtze; urgency=medium
|
||||||
|
|
||||||
* debian/rules:
|
* debian/rules:
|
||||||
|
|
|
@ -23,10 +23,10 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (yes,$(shell dpkg-vendor --derives-from openKylin && echo yes))
|
ifneq (yes,$(shell dpkg-vendor --derives-from openKylin && echo yes))
|
||||||
chmod 04755 $(PKGDIR)/usr/bin/bwrap
|
chmod 04755 $(PKGDIR)/usr/bin/bwrap
|
||||||
dh_fixperms -Xbin/bwrap
|
dh_fixperms -Xbin/bwrap
|
||||||
else
|
else
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: override_dh_fixperms
|
.PHONY: override_dh_fixperms
|
||||||
|
|
Loading…
Reference in New Issue