[xmobar] Remove remaining scripts references

Ben Boeckel mathstuf at fedoraproject.org
Tue Jul 26 02:39:18 UTC 2011


commit de70e30d72148f9aa3fe78f076fed3c094e0b533
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Mon Jul 25 22:31:39 2011 -0400

    Remove remaining scripts references

 xmobar.spec |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/xmobar.spec b/xmobar.spec
index 17a492e..39d6499 100644
--- a/xmobar.spec
+++ b/xmobar.spec
@@ -66,19 +66,12 @@ color management, output templates, and extensibility through plugins.
 %build
 %define cabal_configure_options --flags="with_utf8 with_xft %{?with_hinotify:with_inotify} %{?with_libmpd:with_mpd} %{?with_iwlib:with_iwlib}"
 %ghc_bin_build
-pushd scripts
-%{_bindir}/ghc %{!?ghc_without_dynamic:-dynamic} --make xmonadpropwrite.hs
-popd
 
 
 %install
 desktop-file-install                         \
   --dir=%{buildroot}%{_datadir}/applications \
    %{SOURCE1}
-pushd scripts
-mkdir -p %{buildroot}%{_bindir}
-install --mode=0755 -p xmonadpropwrite %{buildroot}%{_bindir}/xmonadpropwrite
-popd
 %ghc_bin_install
 
 


More information about the scm-commits mailing list