From d2cd55be958d78526957aaa6a08467b134f74422 Mon Sep 17 00:00:00 2001 From: kyak Date: Tue, 30 Nov 2010 21:51:41 +0300 Subject: [PATCH] nightsky: fix postinstall --- nightsky/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightsky/Makefile b/nightsky/Makefile index b01ac2c..610d369 100644 --- a/nightsky/Makefile +++ b/nightsky/Makefile @@ -56,7 +56,7 @@ endef define Package/nightsky/postinst #! /bin/sh -cp /usr/share/nightsky/example-nightsky.yml /root/.nightsky.yml +cp $${IPKG_INSTROOT}/usr/share/nightsky/example-nightsky.yml $${IPKG_INSTROOT}/root/.nightsky.yml endef $(eval $(call BuildPackage,nightsky))