[SCM] zita-at1/master: Create the directory /usr/bin before installing the executable. Debian-specific: remove suffix from libraries path, set $PREFIX to /usr.
Jonas Smedegaard
dr at jones.dk
Wed Nov 10 07:04:14 UTC 2010
On Tue, Nov 09, 2010 at 11:11:14AM +0000, alessio at users.alioth.debian.org wrote:
> Create the directory /usr/bin before installing the executable.
> Debian-specific: remove suffix from libraries path, set $PREFIX to
> /usr.
So half of the patch is relevant upstream but the other half isn't. And
you tagged the patch as not relevant to forward.
I suggest to instead make it all relevant for upstream:
>+-PREFIX = /usr/local
>+-SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
>++PREFIX = /usr
I believe (but haven't tested) that the below might be relevant to pass
upstream, as it preserves upstream as default while making it
overridable:
PREFIX ?= /usr/local
archsuffix := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
SUFFIX ?= $(archsuffix)
- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20101110/01b8154b/attachment.pgp>
More information about the pkg-multimedia-maintainers
mailing list