[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.1.1.3-290-gacefdf1

X2Go dev team git-admin at x2go.org
Fri Jan 3 20:53:36 CET 2014


The branch, build-baikal has been updated
       via  acefdf142228f660e4797c33e1e86a1e8fb082c2 (commit)
      from  0c1440d6689ada169faa5dc12d3112e52bf26f90 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2goserver.spec |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2goserver.spec b/x2goserver.spec
index 240a1e2..5a00abe 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -262,8 +262,8 @@ make install DESTDIR=%{buildroot} PREFIX=%{_prefix} XSESSIONDIR=/etc/X11/xinit/X
 # Make sure the .packlist file is removed from %{perl_vendorarch}...
 rm -f %{buildroot}%{perl_vendorarch}/auto/x2goserver/.packlist
 
-# Remove placeholder files
-rm %{buildroot}%{_libdir}/x2go/extensions/*.d/.placeholder
+# Remove placeholder files (in a way that works on EPEL-5, as well)
+find %{buildroot}%{_libdir}/x2go/extensions/ -type f -name ".placeholder" | while read file; do rm -f "$file"; done
 
 # x2gouser homedir, state dir
 mkdir -p %{buildroot}%{_sharedstatedir}/x2go


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list