cscope: fix post_install order

This commit is contained in:
Christian Neukirchen 2014-07-18 17:59:13 +02:00
parent 6b675bd01e
commit b537fbbc4b

View file

@ -1,7 +1,7 @@
# Template file for 'cscope'
pkgname=cscope
version=15.8a
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="ncurses-devel"
@ -13,9 +13,9 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=eb736ac40d5abebe8fa46820c7a8eccc8a17966a9a5f70375367b77177874d1e
post_install() {
vlicense COPYING
cd contrib/xcscope
vbin cscope-indexer
vmkdir usr/share/emacs/site-lisp
vinstall xcscope.el 644 usr/share/emacs/site-lisp
vlicense COPYING
}