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

X2Go dev team git-admin at x2go.org
Tue Dec 10 10:30:17 CET 2013


The branch, master 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 -----------------------------------------------------------------
commit acefdf142228f660e4797c33e1e86a1e8fb082c2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Dec 10 10:29:24 2013 +0100

    try to remove placefolder in a way that may work for EPEL-5, as well

-----------------------------------------------------------------------

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