From 6b675730ca0ee51e762fbf536f72174c7536f7d8 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Fri, 26 Aug 2011 08:45:21 +0800 Subject: [PATCH] nanonote-files copy file to etc --- nanonote-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanonote-files/Makefile b/nanonote-files/Makefile index c69a1f7..6ea90d6 100644 --- a/nanonote-files/Makefile +++ b/nanonote-files/Makefile @@ -54,7 +54,7 @@ endef define Package/nanonote-data-files/postinst #! /bin/sh -mv -f $${IPKG_INSTROOT}/usr/share/nanonote/files/etc/* $${IPKG_INSTROOT}/etc/ +cp -af $${IPKG_INSTROOT}/usr/share/nanonote/files/etc/* $${IPKG_INSTROOT}/etc/ endef