patches/mcrypt-Makefile-symlink-to-destdir-02.diff
author tom68
Sat, 31 Mar 2007 21:57:28 +0000
changeset 214 c2ce96227779
permissions -rw-r--r--
2007-03-31 Thomas Wagner <[email protected]> * SFEgd.spec: split into SFEgd SFEgd-devel Bump to 2.0.34 new Url / Source * SFElibmhash.spec: (new) for: SFEphp * SFElibmcrypt.spec: (new) for: SFEphp * SFEmcrypt.spec: (new) uses SFELibmcrypt
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
214
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     1
--- mcrypt-2.6.5.orig/Makefile.in	2007-02-19 07:47:03.000000000 +0100
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     2
+++ mcrypt-2.6.5/Makefile.in	2007-03-19 03:01:01.554239228 +0100
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     3
@@ -636,10 +636,10 @@
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     4
 	uninstall uninstall-am uninstall-info-am uninstall-local
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     5
 
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     6
 install-exec-hook:
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     7
-	-$(RM) -f $(bindir)/mdecrypt
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     8
-	$(LN_S) mcrypt $(bindir)/mdecrypt
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     9
+	-$(RM) -f ${DESTDIR}/$(bindir)/mdecrypt
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
    10
+	$(LN_S) mcrypt ${DESTDIR}/$(bindir)/mdecrypt
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
    11
 uninstall-local:
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
    12
-	-$(RM) -f $(bindir)/mdecrypt
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
    13
+	-$(RM) -f ${DESTDIR}/$(bindir)/mdecrypt
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
    14
 
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
    15
 ChangeLog:
c2ce96227779 2007-03-31 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
    16
 	cvs2cl --utc --fsf -t -S --prune