[arch-commits] CVS update of extra/lib/mcrypt (mcrypt-2.6.4-destdirfix.patch)

Jan de Groot jgc at archlinux.org
Wed May 2 22:16:36 UTC 2007


    Date: Wednesday, May 2, 2007 @ 18:16:36
  Author: jgc
    Path: /home/cvs-extra/extra/lib/mcrypt

   Added: mcrypt-2.6.4-destdirfix.patch (1.1)

Add patch to fix make DESTDIR


-------------------------------+
 mcrypt-2.6.4-destdirfix.patch |   11 +++++++++++
 1 file changed, 11 insertions(+)


Index: extra/lib/mcrypt/mcrypt-2.6.4-destdirfix.patch
diff -u /dev/null extra/lib/mcrypt/mcrypt-2.6.4-destdirfix.patch:1.1
--- /dev/null	Wed May  2 18:16:36 2007
+++ extra/lib/mcrypt/mcrypt-2.6.4-destdirfix.patch	Wed May  2 18:16:35 2007
@@ -0,0 +1,11 @@
+--- mcrypt-2.6.4/Makefile.in.BAD	2005-09-22 17:58:15.000000000 -0500
++++ mcrypt-2.6.4/Makefile.in	2005-09-22 17:58:25.000000000 -0500
+@@ -552,7 +552,7 @@
+ 
+ install-exec-hook:
+ 	-$(RM) -f $(bindir)/mdecrypt
+-	$(LN_S) mcrypt $(bindir)/mdecrypt
++	$(LN_S) mcrypt $(DESTDIR)$(bindir)/mdecrypt
+ uninstall-local:
+ 	-$(RM) -f $(bindir)/mdecrypt
+ 




More information about the arch-commits mailing list