[SCM] japa/master: Fixed patch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Feb 15 00:29:24 UTC 2011


The following commit has been merged in the master branch:
commit 6ae38952f40e8e432282a925fc01d6c370409232
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Feb 15 01:28:15 2011 +0100

    Fixed patch

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 77848b0..f59689e 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,15 +1,16 @@
-Description:  Fix install command.
+Description:  Fix install commands.
 Author: Jaromír Mikeš <mira.mikes at seznam.cz>
 Forwarded: No
 Index: japa/Makefile
 ===================================================================
---- japa.orig/Makefile	2011-02-15 00:54:54.762053941 +0100
-+++ japa/Makefile	2011-02-15 00:55:20.785555324 +0100
-@@ -33,7 +33,7 @@
+--- japa.orig/Makefile	2011-02-15 01:18:52.000000000 +0100
++++ japa/Makefile	2011-02-15 01:24:27.630054228 +0100
+@@ -33,7 +33,8 @@
  
  
  install:	japa
 -	/usr/bin/install -m 755 japa $(PREFIX)/bin
++	/usr/bin/install -d $(DESTDIR)$(PREFIX)/bin
 +	/usr/bin/install -m 755 japa $(DESTDIR)/$(PREFIX)/bin
  
  $(JAPA_O):	$(JAPA_H)

-- 
japa packaging



More information about the pkg-multimedia-commits mailing list