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