diff options
Diffstat (limited to 'nx-libs.spec')
-rw-r--r-- | nx-libs.spec | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index e28e77344..86a345937 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -480,6 +480,16 @@ information on NX. %prep %setup -q +# copy files from the debian/ folder to designated places in the source tree, +# taken from roll-tarball.sh: +mkdir bin/ +cp -v debian/wrappers/* bin/ +mkdir etc/ +cp -v debian/keystrokes.cfg etc/keystrokes.cfg +cp -v debian/Makefile.nx-libs Makefile +cp -v debian/Makefile.replace.sh replace.sh +cp -v debian/rgb rgb +cp -v debian/VERSION.x2goagent VERSION.x2goagent # Install into /usr sed -i -e 's,/usr/local,/usr,' nx-X11/config/cf/site.def # Use rpm optflags |