diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-10-02 13:52:00 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-10-02 13:52:00 +0200 |
commit | bddc7e0ba4cef393ce56f75d1eb03255fe5ac6e1 (patch) | |
tree | 494d7ab59705d7cfd64227c03879aa22550d3e5a /debian/rules | |
parent | 0cac9efd4c58600c7754988269856224a14d15ee (diff) | |
download | nx-libs-bddc7e0ba4cef393ce56f75d1eb03255fe5ac6e1.tar.gz nx-libs-bddc7e0ba4cef393ce56f75d1eb03255fe5ac6e1.tar.bz2 nx-libs-bddc7e0ba4cef393ce56f75d1eb03255fe5ac6e1.zip |
debian/rules: fix nxcomp/VERSION symlink creation at build-time
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index dbef1ef90..0a7899bb7 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ override_dh_auto_build: ln -s ../debian/keystrokes.cfg etc/keystrokes.cfg ln -s debian/rgb ln -sf debian/VERSION VERSION.x2goagent - ln -sf debian/VERSION nxcomp/VERSION + 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 |