]> git.pld-linux.org Git - packages/icewm.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:
    icewm.spec -> 1.38

icewm.spec

index 3534e82c9a088955b02e459518210049321351c4..b6f4846fa9df61bbf2fe687e8276d72798c6f899 100644 (file)
@@ -27,6 +27,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
 %define                _sysconfdir     /etc
+%define                _wmpropsdir     %{_datadir}/wm-properties
 
 %description
 Window Manager for X Window System. Can emulate the look of
@@ -63,12 +64,12 @@ 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
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
+install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}
 install lib/keys $RPM_BUILD_ROOT%{_sysconfdir}/X11/icewm/keys
 install lib/menu $RPM_BUILD_ROOT%{_sysconfdir}/X11/icewm/menu
 install lib/toolbar $RPM_BUILD_ROOT%{_sysconfdir}/X11/icewm/toolbar
@@ -88,4 +89,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc {README,CHANGES,TODO,BUGS}.gz doc/*.html
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/X11/icewm/*
-%{_datadir}/gnome/wm-properties/*
+%{_wmpropsdir}/*
This page took 0.220882 seconds and 4 git commands to generate.