You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a debian package suitable to be uploaded to debian (and mobian) but get this error when building as a normal user,
install -D -o root -g root -m 644 system-wake-up.service ${DESTDIR}/lib/systemd/system/system-wake-up.service
install: cannot change ownership of 'debian/birdie-alarm-mobile/lib/systemd/system/system-wake-up.service': Operation not permitted
if install is called with sudo (as most projects recommend sudo make install) the owner and group is set to root and debhelper will set this ownership when building the debian package.
I'm making a debian package suitable to be uploaded to debian (and mobian) but get this error when building as a normal user,
if install is called with sudo (as most projects recommend sudo make install) the owner and group is set to root and debhelper will set this ownership when building the debian package.
I have removed this by a patch https://salsa.debian.org/debian/birdie-alarm-mobile/-/blob/master/debian/patches/remove-root-chown.patch but would be nice if it is included in this repo.
The text was updated successfully, but these errors were encountered: