How do I get debuild to put the binary in /usr/bin?
- by SammySP
I have been recently trying to package a small Python utility to put on my PPA and I've almost got it to work, but I'm having problems in making the package install the binary (a chmod +x Python script) under /usr/bin. Instead it installs under /. I have this directory structure - http://db.tt/0KhIYQL.
My package Makefile is like so:
…