[Pkg-libvirt-commits] [libguestfs] 02/05: The correct ruby 1.8 rake ("rake" instead of "rake1.8")
Hilko Bengen
bengen at moszumanska.debian.org
Sun Dec 22 18:14:08 UTC 2013
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.18.1-1+deb7u2_bpo60+1
in repository libguestfs.
commit 1e061cb1dbcd6ef412527fd764729a56e5b8c8c9
Author: Hilko Bengen <bengen at debian.org>
Date: Wed May 8 00:36:25 2013 +0200
The correct ruby 1.8 rake ("rake" instead of "rake1.8")
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index b02eb31..646b925 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ override_dh_auto_configure:
--enable-install-daemon \
--with-java-home=/usr/lib/jvm/default-java \
RUBY=$(RUBY_DEFAULT) \
- RAKE=$(patsubst ruby%,rake%,$(RUBY_DEFAULT)) \
+ RAKE=rake \
PYTHON=$(PYTHON_DEFAULT) \
JNI_INSTALL_DIR=/usr/lib/jni
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list