Guest User

Untitled

a guest
Jul 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. install:
  2. cp ./myProgram /usr/bin/my-program
  3. chown root:root /usr/bin/my-program
  4. chmod 777 /usr/bin/my-program
  5. cp -r ./ProgramResources /usr/lib/my-program
  6. chown -hR root:root /usr/lib/my-program
  7. chmod -R 777 /usr/lib/my-program
  8.  
  9. sudo checkinstall sudo make install
  10.  
  11. ======================== Installation successful ==========================
  12. cp: cannot stat `//var/tmp/tmp.jKCmESc0v7/newfiles.tmp': No such file or directory
  13.  
  14. Copying files to the temporary directory...OK
  15.  
  16. Stripping ELF binaries and libraries...OK
  17.  
  18. Compressing man pages...OK
  19.  
  20. Building file list... FAILED!
  21.  
  22. Building Debian package...OK
  23.  
  24. Installing Debian package...OK
  25.  
  26. Erasing temporary files...OK
  27.  
  28. Deleting temp dir...OK
  29.  
  30.  
  31. **********************************************************************
  32.  
  33. Done. The new package has been installed and saved to
  34.  
  35. ...
  36.  
  37. /.
Add Comment
Please, Sign In to add comment