Commit 8d0798ec authored by Mike Gabriel's avatar Mike Gabriel

fix symlink creation

parent 5a82f599
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment