Re: [SCM] zita-at1/master: Create the directory /usr/bin before installing the executable. Debian-specific: remove suffix from libraries path, set $PREFIX to /usr.

2010-11-09 Thread Alessio Treglia
On Wed, Nov 10, 2010 at 8:04 AM, Jonas Smedegaard  wrote:
> PREFIX ?= /usr/local
> archsuffix := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e
> 's/^x86_64/$/64/')
> SUFFIX ?= $(archsuffix)

I'll test this, thanks.

-- 
Alessio Treglia 
Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: [SCM] zita-at1/master: Create the directory /usr/bin before installing the executable. Debian-specific: remove suffix from libraries path, set $PREFIX to /usr.

2010-11-09 Thread Jonas Smedegaard

On Tue, Nov 09, 2010 at 11:11:14AM +, ales...@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


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers