From a639a8006a85b02b7293c38a96993cd87863c955 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Tue, 24 Feb 2004 19:12:34 +0000 Subject: create the dir in %install --- bootsplash.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootsplash.spec') 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 -- cgit v1.2.1