[PD-cvs] packages/linux_make Makefile,1.30,1.31

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Jul 11 04:25:11 CEST 2007


Update of /cvsroot/pure-data/packages/linux_make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24346

Modified Files:
	Makefile 
Log Message:
fixed dpkg-deb test to fail nicely on fedora

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** Makefile	9 Jul 2007 14:02:41 -0000	1.30
--- Makefile	11 Jul 2007 02:25:09 -0000	1.31
***************
*** 61,65 ****
  
  # if machine has dpkg-deb, build a Debian package
! DPKG := $(shell test -x `which dpkg-deb` && echo YES)
  ifeq ($(DPKG),YES)
    package: deb
--- 61,65 ----
  
  # if machine has dpkg-deb, build a Debian package
! DPKG := $(shell test -x /usr/bin/dpkg-deb && echo YES)
  ifeq ($(DPKG),YES)
    package: deb





More information about the Pd-cvs mailing list