mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:03:10 +02:00
nightsky: fix postinstall
This commit is contained in:
parent
ba83e782f9
commit
d2cd55be95
@ -56,7 +56,7 @@ endef
|
|||||||
|
|
||||||
define Package/nightsky/postinst
|
define Package/nightsky/postinst
|
||||||
#! /bin/sh
|
#! /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
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,nightsky))
|
$(eval $(call BuildPackage,nightsky))
|
||||||
|
Loading…
Reference in New Issue
Block a user