[X2Go-Commits] [cups-x2go] 01/01: cups-x2go.spec: typo fix for ${_datadir} -> %{_datadir}.

git-admin at x2go.org git-admin at x2go.org
Wed Feb 11 15:11:01 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository cups-x2go.

commit ae13e9fe3c700f84a354c18eeb59b22b774929a9
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Feb 11 15:10:54 2015 +0100

    cups-x2go.spec: typo fix for ${_datadir} -> %{_datadir}.
---
 cups-x2go.spec |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cups-x2go.spec b/cups-x2go.spec
index 1a12e85..f013ddf 100644
--- a/cups-x2go.spec
+++ b/cups-x2go.spec
@@ -94,7 +94,7 @@ install -pm0644 VERSION.cups-x2go "$c/";
 # The package (cups-filters) that provides %%{_datadir}/ppd/ conflicts with
 # cups on newer releases.
 %if 0%{?suse_version} && 0%{?suse_version} <= 1320
-${_datadir}/ppd/
+%{_datadir}/ppd/
 %endif
 %{_datadir}/ppd/cups-x2go/
 %{_datadir}/x2go/

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git


More information about the x2go-commits mailing list