[X2Go-Commits] [nx-libs] 01/01: fix symlink creation
git-admin at x2go.org
git-admin at x2go.org
Thu Oct 2 12:30:23 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository nx-libs.
commit 8d0798ec718504ff3b66adcba4e2f8d271d42acc
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Oct 2 12:30:20 2014 +0200
fix symlink creation
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6e45185..1f02c90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,8 +43,8 @@ override_dh_auto_build:
mkdir -p etc/
ln -s ../debian/keystrokes.cfg etc/keystrokes.cfg
ln -s debian/rgb
- ln -sf VERSION.x2goagent debian/VERSION
- ln -sf nxcomp/VERSION debian/VERSION
+ ln -sf debian/VERSION VERSION.x2goagent
+ ln -sf debian/VERSION nxcomp/VERSION
# let's prep the libnx-x11.postinst script with the value of the build systems's DEB_BUILD_MULTIARCH variable
sed debian/libnx-x11.postinst.in -e 's/#DEB_BUILD_MULTIARCH#/$(DEB_BUILD_MULTIARCH)/' > debian/libnx-x11.postinst
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list