[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: quilt



> Od: Michael Tautschnig <mt@debian.org>

> Your debian/rules seems to make proper use of patch/unpatch targets. Which
> "makefile" are you talking about? Are you maybe missing the necessary patches
> or entries in the quilt series file?

Hi Michael,

I am sending series and patch file too ... both are in debian/patches dir

regards

mira
makefile.patch
series
--- Makefile.orig	2008-08-02 22:58:15.000000000 +0200
+++ Makefile		2009-03-15 12:27:31.000000000 +0100
@@ -15,7 +15,7 @@
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 
-PREFIX = /usr/local
+PREFIX = /usr
 SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
 LIBDIR = lib$(SUFFIX)
 VERSION = 0.4.0
@@ -35,7 +35,8 @@
 
 
 install:	jnoise
-	/usr/bin/install -m 755 jnoise $(PREFIX)/bin
+	/usr/bin/install -d            $(DESTDIR)$(PREFIX)/bin
+	/usr/bin/install -m 755 jnoise $(DESTDIR)$(PREFIX)/bin
 
 $(JNOISE_O):	$(JNOISE_H)
 

Reply to: