ctags: fix installation of the binary.
This commit is contained in:
parent
2f72d9dba6
commit
d854408a00
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ctags'
|
||||
pkgname=ctags
|
||||
version=5.8
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
short_desc="Generates an index file of language objects found in source files"
|
||||
maintainer="Jan S. <jan.schreib@gmail.com>"
|
||||
|
@ -11,5 +11,5 @@ distfiles="${SOURCEFORGE_SITE}/ctags/${version}/ctags-${version}.tar.gz"
|
|||
checksum=0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7
|
||||
|
||||
do_install() {
|
||||
make prefix=${DESTDIR}/usr mandir=${DESTDIR}/usr/share/man install
|
||||
make prefix=${DESTDIR}/usr bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue