- corrected inclusion of Package/vim/Default
- removed unused/broken Package/vim-full/postinst and Package/vim/postinst Signed-off-by: Patrick Scharrenberg <pittipatti@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@11234 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b1194f705f
commit
2d6cda2f69
@ -30,22 +30,22 @@ define Package/vim/Default
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/vim
|
define Package/vim
|
||||||
$(call Packages/vim/Default)
|
$(call Package/vim/Default)
|
||||||
TITLE+= (Tiny)
|
TITLE+= (Tiny)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/vim-full
|
define Package/vim-full
|
||||||
$(call Packages/vim/Default)
|
$(call Package/vim/Default)
|
||||||
TITLE+= (Normal)
|
TITLE+= (Normal)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/vim-runtime
|
define Package/vim-runtime
|
||||||
$(call Packages/vim/Default)
|
$(call Package/vim/Default)
|
||||||
TITLE+= (runtime files)
|
TITLE+= (runtime files)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/vim-help
|
define Package/vim-help
|
||||||
$(call Packages/vim/Default)
|
$(call Package/vim/Default)
|
||||||
TITLE+= (help files)
|
TITLE+= (help files)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -155,28 +155,6 @@ define Package/vim-help/install
|
|||||||
tar -C $(1) -xzf $(PKG_BUILD_DIR)/docs.tgz
|
tar -C $(1) -xzf $(PKG_BUILD_DIR)/docs.tgz
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/vim-full/postinst
|
|
||||||
#!/bin/sh
|
|
||||||
if [ $${IPKG_INSTROOT} != / ]
|
|
||||||
then
|
|
||||||
if [ -d /usr/share/ ]
|
|
||||||
then
|
|
||||||
ln -s $${IPKG_INSTROOT}/usr/share/vim/ /usr/share/
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/vim/postinst
|
|
||||||
#!/bin/sh
|
|
||||||
if [ $${IPKG_INSTROOT} != / ]
|
|
||||||
then
|
|
||||||
if [ -d /usr/share/ ]
|
|
||||||
then
|
|
||||||
ln -s $${IPKG_INSTROOT}/usr/share/vim/vimrc /usr/share/vim/vimrc
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,vim))
|
$(eval $(call BuildPackage,vim))
|
||||||
$(eval $(call BuildPackage,vim-full))
|
$(eval $(call BuildPackage,vim-full))
|
||||||
$(eval $(call BuildPackage,vim-runtime))
|
$(eval $(call BuildPackage,vim-runtime))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user