Ugh, a version mismatch. - lsd-packages - LSD Linux packages
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit d3a5f9825bd816a0a5b85ce0b9f06b0d21180b87
(DIR) parent ff399fad9ade5a3e8cf2114bd79f3eb7f9df7e83
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 22 Feb 2014 23:12:31 +0100
Ugh, a version mismatch.
Diffstat:
tools/cscope/SRCBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/tools/cscope/SRCBUILD b/tools/cscope/SRCBUILD
@@ -6,7 +6,7 @@ depends=('ncurses')
sources=(http://downloads.sourceforge.net/cscope/cscope-$version.tar.gz)
src_compile() {
- cd "$SOURCE_DIR/cscope-${_realver}"
+ cd "$SOURCE_DIR/cscope-$version"
sed -i 's|/usr/local/lib/cs|/usr/lib/cs|' contrib/ocs
./configure --prefix=/usr
@@ -14,7 +14,7 @@ src_compile() {
}
src_install() {
- cd "$SOURCE_DIR/cscope-${_realver}"
+ cd "$SOURCE_DIR/cscope-$version"
make DESTDIR="$INSTALL_DIR" install
cd contrib/xcscope