]> git.pld-linux.org Git - packages/fortune-mod.git/commitdiff
- moved unstr and strfile to %%{_bindir}
authortrojan <trojan@pld-linux.org>
Wed, 15 May 2002 10:32:37 +0000 (10:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fortune-mod.spec -> 1.18

fortune-mod.spec

index 8b45d1a1a586c51368f7ea027b07d0cf857c43ac..9cb66cf9db1f6745ba579e73f1fa0d4b62658efe 100644 (file)
@@ -67,7 +67,7 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{1,6},%{_datadir}/games/for
 
 %{__make} FORTDIR=$RPM_BUILD_ROOT%{_bindir} \
        COOKIEDIR=$RPM_BUILD_ROOT%{_datadir}/games/fortunes \
-       BINDIR=$RPM_BUILD_ROOT%{_sbindir} \
+       BINDIR=$RPM_BUILD_ROOT%{_bindir} \
        BINMANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 \
        FORTMANDIR=$RPM_BUILD_ROOT%{_mandir}/man6 \
        install
@@ -83,9 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc {README,ChangeLog,TODO}.gz
-%attr(755,root,root) %{_bindir}/fortune
-%attr(755,root,root) %{_sbindir}/strfile
-%attr(755,root,root) %{_sbindir}/unstr
+%attr(755,root,root) %{_bindir}/*
 %{_mandir}/man6/fortune.6*
 %{_mandir}/man1/*
 
This page took 0.103245 seconds and 4 git commands to generate.