[ossim] 20/25: Use CURDIR instead of relative paths.
Francesco Lovergine
frankie at moszumanska.debian.org
Wed Mar 5 13:54:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
frankie pushed a commit to branch master
in repository ossim.
commit b359b1491d290f9836fc28e3cbc58c1fd1fd1cda
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date: Wed Mar 5 13:01:38 2014 +0100
Use CURDIR instead of relative paths.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7a03a93..21b7a64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ override_dh_auto_configure:
[ ! -e CMakeCache.txt ] || rm CMakeCache.txt
cd debian/build && \
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" \
- cmake $(CMAKE_OPTS) ../..
+ cmake $(CMAKE_OPTS) $(CURDIR)
override_dh_auto_build:
$(MAKE) -C debian/build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git
More information about the Pkg-grass-devel
mailing list