Commit 7c531a5b authored by Mihai Moldovan's avatar Mihai Moldovan

debian/roll-tarballs.sh: copy new debian/x2goagent.options file into real tarball environment.

parent ae590fe4
......@@ -10,6 +10,8 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low
but RPM doesn't support that too well yet.
* debian/:
- Add x2goagent.options file for compatibility with x2goserver nightly.
* debian/roll-tarballs.sh:
- Copy new debian/x2goagent.options file into real tarball environment.
[ Mike Gabriel ]
* debian/libxinerama1.postinst.in:
......
......@@ -91,6 +91,7 @@ if [ "x$MODE" = "xfull" ]; then
cp -v "debian/rgb" "./etc/"
cp -v "debian/nxagent.keyboard" "./etc/"
cp -v "debian/x2goagent.keyboard" "./etc/"
cp -v "debian/x2goagent.options" "./etc/"
cp -v "debian/VERSION" "./VERSION.x2goagent"
else
rm -Rf "nxcompshad"*
......
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