fix debian/rules

This commit is contained in:
luoyaoming 2022-06-04 05:00:58 +00:00 committed by cckylin-cibot
parent 5dc64df3a1
commit 19785ceef2
2 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View File

@ -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:

6
debian/rules vendored
View File

@ -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