mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 06:43:45 +02:00
really fix postinst for fbterm, lingot, nightsky
This commit is contained in:
parent
3e633e9bb5
commit
7fbd519960
@ -46,7 +46,7 @@ endef
|
|||||||
|
|
||||||
define Package/fbterm/postinst
|
define Package/fbterm/postinst
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
mkdir $${IPKG_INSTROOT}/root && cp $${IPKG_INSTROOT}/usr/share/fbterm/fbtermrc $${IPKG_INSTROOT}/root/.fbtermrc
|
mkdir -p $${IPKG_INSTROOT}/root && cp $${IPKG_INSTROOT}/usr/share/fbterm/fbtermrc $${IPKG_INSTROOT}/root/.fbtermrc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,fbterm))
|
$(eval $(call BuildPackage,fbterm))
|
||||||
|
@ -42,7 +42,7 @@ endef
|
|||||||
|
|
||||||
define Package/lingot/postinst
|
define Package/lingot/postinst
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
mkdir $${IPKG_INSTROOT}/root/.lingot && cp $${IPKG_INSTROOT}/usr/share/lingot/lingot.conf $${IPKG_INSTROOT}/root/.lingot/lingot.conf
|
mkdir -p $${IPKG_INSTROOT}/root/.lingot && cp $${IPKG_INSTROOT}/usr/share/lingot/lingot.conf $${IPKG_INSTROOT}/root/.lingot/lingot.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,lingot))
|
$(eval $(call BuildPackage,lingot))
|
||||||
|
@ -56,7 +56,7 @@ endef
|
|||||||
|
|
||||||
define Package/nightsky/postinst
|
define Package/nightsky/postinst
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
mkdir $${IPKG_INSTROOT}/root && cp $${IPKG_INSTROOT}/usr/share/nightsky/example-nightsky.yml $${IPKG_INSTROOT}/root/.nightsky.yml
|
mkdir -p $${IPKG_INSTROOT}/root && 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