mizdebsk pushed to xmvn (master). "mvn-local symlink should be relative"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 9 10:19:35 UTC 2015


>From f351216f27710df243cde1e4203dca944d599c4e Mon Sep 17 00:00:00 2001
From: Mikolaj Izdebski <mizdebsk at redhat.com>
Date: Thu, 9 Apr 2015 12:19:17 +0200
Subject: mvn-local symlink should be relative


diff --git a/xmvn.spec b/xmvn.spec
index 3eeae50..de4f887 100644
--- a/xmvn.spec
+++ b/xmvn.spec
@@ -218,7 +218,7 @@ exec mvn "\${@}"
 EOF
 
 # mvn-local symlink
-ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/mvn-local
+ln -s %{name} %{buildroot}%{_bindir}/mvn-local
 
 # make sure our conf is identical to maven so yum won't freak out
 install -d -m 755 %{buildroot}%{_datadir}/%{name}/conf/
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xmvn.git/commit/?h=master&id=f351216f27710df243cde1e4203dca944d599c4e


More information about the scm-commits mailing list