[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-282-g35b7045

X2Go dev team git-admin at x2go.org
Mon Dec 9 14:14:01 CET 2013


The branch, master has been updated
       via  35b7045949fd8d129571707f9ce11760694f8edc (commit)
      from  19b52865258ae0c2ad62ba461784019d1be1d05e (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 35b7045949fd8d129571707f9ce11760694f8edc
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Dec 9 14:13:18 2013 +0100

    fix .packlist file removal

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

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 5986473..ddc25a7 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -259,8 +259,8 @@ make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags} PERL_INSTALLDIRS=vendor PREFIX=%
 %install
 make install DESTDIR=%{buildroot} PREFIX=%{_prefix} XSESSIONDIR=/etc/X11/xinit/Xclients.d
 
-# Make sure the packlist file is remove...
-rm -f %{buildroot}%{perl_vendorlib}/auto/x2goserver/.packlist
+# Make sure the .packlist file is removed from %{perl_vendorarch}...
+rm -f %{buildroot}%{perl_vendorarch}/auto/x2goserver/.packlist
 
 # Make symbolic link relative
 rm %{buildroot}%{_sysconfdir}/x2go/Xresources


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