mirror of
https://github.com/QSCTech/zjunet.git
synced 2026-01-22 19:54:48 +08:00
Should use fakeroot, in case of wrong uid
This commit is contained in:
parent
6a58107239
commit
5e28d08fcf
@ -29,7 +29,7 @@ EOF
|
||||
|
||||
# dpkg-deb
|
||||
find ./debian -type d | xargs chmod 755
|
||||
dpkg-deb --build debian
|
||||
fakeroot dpkg-deb --build debian
|
||||
mv debian.deb zjunet_${VERSION}_all.deb
|
||||
|
||||
# remove debian/
|
||||
|
||||
@ -29,7 +29,7 @@ EOF
|
||||
|
||||
# dpkg-deb
|
||||
find ./debian -type d | xargs chmod 755
|
||||
dpkg-deb -Zgzip --build debian # for opkg
|
||||
fakeroot dpkg-deb -Zgzip --build debian # for opkg
|
||||
mv debian.deb zjunet_${VERSION}_all.opk
|
||||
|
||||
# remove debian/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user