commit acd68162bf6953d45a98d7e559011efd4c523bec
parent d3a5f9825bd816a0a5b85ce0b9f06b0d21180b87
Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 22 Feb 2014 23:22:49 +0100
Another fix to try.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/cscope/SRCBUILD b/tools/cscope/SRCBUILD
@@ -3,7 +3,7 @@
version=15.8a
description="A developers tool for browsing program code"
depends=('ncurses')
-sources=(http://downloads.sourceforge.net/cscope/cscope-$version.tar.gz)
+sources=("http://downloads.sourceforge.net/cscope/cscope-$version.tar.gz")
src_compile() {
cd "$SOURCE_DIR/cscope-$version"
@@ -18,7 +18,6 @@ src_install() {
make DESTDIR="$INSTALL_DIR" install
cd contrib/xcscope
- install -Dm644 xcscope.el "$INSTALL_DIR"/usr/share/emacs/site-lisp/xcscope.el
install -m755 cscope-indexer "$INSTALL_DIR"/usr/bin
}