mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
really fix postinst for fbterm, lingot, nightsky
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user