diff options
author | Florent Villard <warly@mandriva.com> | 2004-02-24 19:12:34 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2004-02-24 19:12:34 +0000 |
commit | a639a8006a85b02b7293c38a96993cd87863c955 (patch) | |
tree | 604282355cb6f41d6ea20d018002ec7585583170 /bootsplash.spec | |
parent | 17899425096f826404ba16d9aa00f10383beb6bb (diff) | |
download | bootsplash-a639a8006a85b02b7293c38a96993cd87863c955.tar bootsplash-a639a8006a85b02b7293c38a96993cd87863c955.tar.gz bootsplash-a639a8006a85b02b7293c38a96993cd87863c955.tar.bz2 bootsplash-a639a8006a85b02b7293c38a96993cd87863c955.tar.xz bootsplash-a639a8006a85b02b7293c38a96993cd87863c955.zip |
create the dir in %install
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 |