Remove remaining scripts references

This commit is contained in:
Ben Boeckel 2011-07-25 22:31:39 -04:00
parent e886df4c06
commit de70e30d72

View File

@ -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