]> git.pld-linux.org Git - packages/sawfish.git/commitdiff
- moved /usr/X11R6/share/gnome/wm-properties to /usr/X11R6/share/wm-properties
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Apr 2001 18:02:27 +0000 (18:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sawfish.spec -> 1.37

sawfish.spec

index 6f1915c1e66b2e97218458499b15ba03f8b125c8..d772ca5447a2b8366f7c5e7933d323ac32d2c3ee 100644 (file)
@@ -42,6 +42,7 @@ Obsoletes:    sawmill-themer
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
+%define                _wmpropsdir     %{_datadir}/wm-properties
 
 %description
 This is an extensible window manager using a LISP-based scripting
@@ -119,12 +120,14 @@ autoconf
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
+install -d $RPM_BUILD_ROOT%{_wmpropsdir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        G_MENU_DIR=%{_applnkdir}/Settings/GNOME
 
+install Sawfish.desktop $RPM_BUILD_ROOT%{_wmpropsdir}
+
 gzip -9nf README NEWS FAQ TODO
 
 %find_lang %{name}
@@ -172,7 +175,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/sawfish-capplet
 %{_datadir}/control-center/Sawfish
-%{_datadir}/gnome/wm-properties/Sawfish.desktop
+%{_wmpropsdir}/Sawfish.desktop
 
 %files themer
 %defattr(644,root,root,755)
This page took 0.047149 seconds and 4 git commands to generate.