1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 02:44:33 +03:00

nightsky: fix postinstall

This commit is contained in:
kyak 2010-11-30 21:51:41 +03:00
parent ba83e782f9
commit d2cd55be95

View File

@ -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))