12 lines
371 B
Text
12 lines
371 B
Text
--- Makefile.in.orig Sun Nov 16 21:09:23 2008
|
|
+++ Makefile.in Fri Jul 8 13:15:10 2011
|
|
@@ -667,8 +667,7 @@ uninstall-am: uninstall-local
|
|
uninstall-local
|
|
|
|
install-exec-hook:
|
|
- -$(RM) -f $(DESTDIR)$(bindir)/mdecrypt
|
|
- $(LN_S) mcrypt $(DESTDIR)$(bindir)/mdecrypt
|
|
+ $(LN_S) mcrypt ${DESTDIR}$(bindir)/mdecrypt
|
|
uninstall-local:
|
|
-$(RM) -f $(DESTDIR)$(bindir)/mdecrypt
|
|
|