fix debian/rules
This commit is contained in:
parent
5dc64df3a1
commit
19785ceef2
|
@ -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
|
||||
|
||||
* debian/rules:
|
||||
|
|
|
@ -23,10 +23,10 @@ else
|
|||
endif
|
||||
|
||||
ifneq (yes,$(shell dpkg-vendor --derives-from openKylin && echo yes))
|
||||
chmod 04755 $(PKGDIR)/usr/bin/bwrap
|
||||
dh_fixperms -Xbin/bwrap
|
||||
chmod 04755 $(PKGDIR)/usr/bin/bwrap
|
||||
dh_fixperms -Xbin/bwrap
|
||||
else
|
||||
dh_fixperms
|
||||
dh_fixperms
|
||||
endif
|
||||
|
||||
.PHONY: override_dh_fixperms
|
||||
|
|
Loading…
Reference in New Issue