]> git.pld-linux.org Git - packages/digitemp.git/commitdiff
- fix of _examplesdir
authoryogib <yogib@pld-linux.org>
Mon, 26 Apr 2004 18:21:35 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    digitemp.spec -> 1.7

digitemp.spec

index 9c4250dcff28610e86c7e58519ce6dc06fbeaead..e3dfb22b6b5be8b99f92d9fea1f4fee8b5ad81a9 100644 (file)
@@ -42,11 +42,11 @@ cp %{SOURCE1} .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir},%{_mandir}/man1}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name},%{_mandir}/man1}
 
 install digitemp_DS9097* $RPM_BUILD_ROOT%{_bindir}
 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
-cp -rf perl python rrdb $RPM_BUILD_ROOT%{_examplesdir}
+cp -rf perl python rrdb $RPM_BUILD_ROOT%{_examplesdir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.071055 seconds and 4 git commands to generate.