When I run the command:
dpkg -b myprog
and
sudo dpkg -i myprog.deb
The file in /usr/bin and /usr/share/, etc. stay with my username as owner and creator of the file when all the other are with root as owner and creator. What am I doing wrong?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Try chown'ing all the files to root before running Packages are normally created with | |||
feedback
|