packages/ipv6/mrd6/patches/001-install.patch
nico eaaaa694b0 update mrd6 to 0.9.5rev3, refresh patches, fix build on 2.4 and remove 2.6 only flag (closes: #2326)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8909 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-21 11:51:00 +00:00

15 lines
661 B
Diff

Index: mrd6-0.9.5/src/Makefile
===================================================================
--- mrd6-0.9.5.orig/src/Makefile 2007-09-21 13:19:05.000000000 +0200
+++ mrd6-0.9.5/src/Makefile 2007-09-21 13:19:05.000000000 +0200
@@ -143,7 +143,8 @@
install: $(TARGET) $(EXTERNAL_MODULES)
install -D $(TARGET) $(DEST_PREFIX)/sbin/$(TARGET)
install -D ../tools/mrd6sh $(DEST_PREFIX)/bin/mrd6sh
- install -D $(EXTERNAL_MODULES) $(DEST_PREFIX)/lib/mrd6/
+ install -d $(DEST_PREFIX)/lib/mrd6
+ install $(EXTERNAL_MODULES) $(DEST_PREFIX)/lib/mrd6/
mrd.version.cpp: $(SOURCES) Makefile
@echo '/* This file is automatically generated */' > mrd.version.cpp