]> git.pld-linux.org Git - packages/cups-filters.git/commitdiff
do not own banners directory (already contained in main cups package)
authorTomasz Pala <gotar@pld-linux.org>
Mon, 4 May 2015 00:57:34 +0000 (02:57 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Mon, 4 May 2015 00:57:34 +0000 (02:57 +0200)
cups-filters.spec

index 98d3d80bb2db2dc48f53e59f19569ad5848a5089..fb23ee5a916c7c5756f0449c45ab93f3d749cc70 100644 (file)
@@ -295,7 +295,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun        libs -p /sbin/ldconfig
 
 %post -n cups-browsed
-if [ $1 -eq 1 ] ; then
+if [ "$1" = "1" ]; then
        # We can remove this after few releases, it's just for the introduction of cups-browsed.
        if [ -f %{_sysconfdir}/cups/cups-browsed.conf ]; then
                echo -e "\n# NOTE: This file is not part of CUPS. You need to start & enable cups-browsed service." >>%{_sysconfdir}/cups/cups-browsed.conf
@@ -352,7 +352,7 @@ fi
 %attr(755,root,root) %{_cups_serverbin}/filter/texttopdf
 %attr(755,root,root) %{_cups_serverbin}/filter/texttops
 %attr(755,root,root) %{_cups_serverbin}/filter/urftopdf
-%{_datadir}/cups/banners
+%{_datadir}/cups/banners/*
 %{_datadir}/cups/charsets
 %{_datadir}/cups/data/classified.pdf
 %{_datadir}/cups/data/confidential.pdf
This page took 0.078412 seconds and 4 git commands to generate.