]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- typo in %%install
authormarcus <marcus@pld-linux.org>
Wed, 10 Oct 2001 17:20:01 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LPRng.spec -> 1.72

LPRng.spec

index 9e8d85d7aa1619de517fade63eb10bf41e694684..fc08d598cdb1f43683ca26444ad0701eab918f3b 100644 (file)
@@ -99,7 +99,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/lpd
 # yes, overwrite distribution lpd.conf
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/lpd.conf
 echo "default_printer = lp" >>$RPM_BUILD_ROOT%{_sysconfdir}/lpd.conf
-install printcap.in $RPM_BUILD_ROOT%{_sysconfdir}/printcap
+install printcap $RPM_BUILD_ROOT%{_sysconfdir}/printcap
 install lpd.perms $RPM_BUILD_ROOT%{_sysconfdir}/
 # default spool
 install -d $RPM_BUILD_ROOT%{_var}/spool/lpd/lp
@@ -132,7 +132,7 @@ fi
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz TESTSUPPORT HOWTO/LPRng-HOWTO.html
+%doc *.gz TESTSUPPORT HOWTO/LPRng-HOWTO.html HOWTO/CHANGES
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/lpd.conf
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/lpd.perms
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/printcap
This page took 0.063318 seconds and 4 git commands to generate.