Skip to content

Commit b7bd827

Browse files
committed
Use fakeroot to build package as user with chown command in dh_fixperms
1 parent a98d7f6 commit b7bd827

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packaging/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ For example:
4949
From current directory, do:
5050

5151
```
52-
dpkg-buildpackage -b -kLTB
52+
fakeroot dpkg-buildpackage -b -kLTB
5353
```
5454

5555
If you do not have LTB GPG secret key, do:
5656

5757
```
58-
dpkg-buildpackage -b -us -uc
58+
fakeroot dpkg-buildpackage -b -us -uc
5959
```
6060

6161
## 4 - RPM (RHEL, CentOS, Fedora,...)

0 commit comments

Comments
 (0)