]> git.pld-linux.org Git - packages/AnotherLevel.git/commitdiff
- Moved icons to %{_pixmapsdir} - %%{_iconsdir} is for regular icon themes
authoradgor <adgor@pld-linux.org>
Sat, 14 Feb 2004 20:23:37 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    AnotherLevel.spec -> 1.26

AnotherLevel.spec

index 66804112e3e6669604260a30177f9b8fb943f29b..0aa63ee19124114264d52235e1dad76bf3cb59d1 100644 (file)
@@ -41,7 +41,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        TOPDIR=$RPM_BUILD_ROOT \
-       ICONDIR=%{_datadir}/icons \
+       ICONDIR=%{_pixmapsdir} \
        MANDIR=%{_mandir}/man1 \
        BINDIR=%{_bindir}
 
@@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 %config %{_sysconfdir}/X11/AnotherLevel/*
 %{_sysconfdir}/X11/TheNextLevel
 %attr(755,root,root) %{_sysconfdir}/X11/xdm/Sessions/AnotherLevel
-%{_datadir}/icons/*.xpm
-%{_datadir}/icons/mini/*.xpm
+%{_pixmapsdir}/*.xpm
+%{_pixmapsdir}/mini/*.xpm
 %{_mandir}/man1/*
 %attr(755,root,root) %{_bindir}/*
This page took 0.054805 seconds and 4 git commands to generate.