mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 19:03:09 +02:00
dceafb31b9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6429 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
437 B
Diff
11 lines
437 B
Diff
diff -ruN strongswan-2.8.1-orig/programs/ipsec/Makefile strongswan-2.8.1/programs/ipsec/Makefile
|
|
--- strongswan-2.8.1-orig/programs/ipsec/Makefile 2006-02-10 06:27:31.000000000 -0500
|
|
+++ strongswan-2.8.1/programs/ipsec/Makefile 2007-01-17 02:46:06.027124968 -0500
|
|
@@ -24,5 +24,5 @@
|
|
include ../Makefile.program
|
|
|
|
install:: ipsec
|
|
- @$(INSTALL) $(INSTBINFLAGS) ipsec $(RCDIR)/ipsec
|
|
+ @$(INSTALL) $(INSTBINFLAGS) -D ipsec $(RCDIR)/ipsec
|
|
|