]> git.pld-linux.org Git - packages/bootsplash.git/commitdiff
- fix location of splash wrapper (should be in /bin)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 21 Dec 2003 23:53:37 +0000 (23:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash.spec -> 1.6

bootsplash.spec

index 5dc7a84ee901241958aba35ef2484471926df807..89ef43e1414c971d733bf3142769f9eff4f7cd81 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Bootsplash - graphical boot process for Linux
 Summary(pl):   Bootsplash - graficzny proces startu systemu dla Linuksa
 Name:          bootsplash
 Version:       3.0.7
-Release:       0.1
+Release:       0.2
 Epoch:         0
 License:       GPL v2
 Group:         Applications/System
@@ -39,7 +39,7 @@ narz
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/splash
+install %{SOURCE1} $RPM_BUILD_ROOT/bin/splash
 install Scripts/* $RPM_BUILD_ROOT%{_datadir}/%{name}
 install Utilities/splash $RPM_BUILD_ROOT%{_bindir}/splash.bin
 install Utilities/{fbmngplay,fbresolution,fbtruetype} $RPM_BUILD_ROOT%{_bindir}
@@ -51,5 +51,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc {Documentation,Utilities}/README.*
+%attr(755,root,root) /bin/*
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
This page took 0.034501 seconds and 4 git commands to generate.