diff options
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index 3b67b63..d00dcde 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -50,6 +50,9 @@ done #find $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/ $RPM_BUILD_ROOT/%_datadir/%{name}/ -not -path "*/themes/Mandrake/*" -not -path "*/scripts/*" -type f | # sed -e "s#^$RPM_BUILD_ROOT##g" > rpm-themes-files +install -d -m755 $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/themes +install -d -m755 $RPM_BUILD_ROOT%{_datadir}/%{name}/themes + %find_lang bootsplash %post |