]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
s-/usr/sbin-%{_sbindir}-
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 23:39:56 +0000 (23:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
s-/usr/sbin-%{_includedir}-

Changed files:
    tcpdump.spec -> 1.4

tcpdump.spec

index 521e892309dfac644e0b8b54e8372c628f4b96db..84d6002f768fbd5843975c4e4017f7d08dbf74bc 100644 (file)
@@ -68,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/usr/{sbin,man/man8}
 
 cd tcpdump-3.4a6
-install -s tcpdump $RPM_BUILD_ROOT/usr/sbin
+install -s tcpdump $RPM_BUILD_ROOT%{_sbindir}
 install tcpdump.1 $RPM_BUILD_ROOT%{_mandir}/man8/tcpdump.8
 
 bzip2 -9 $RPM_BUILD_ROOT%{_mandir}/man8/*
@@ -78,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) /usr/sbin/tcpdump
+%attr(755,root,root) %{_sbindir}/tcpdump
 %{_mandir}/man8/*
 
 %changelog
This page took 0.030534 seconds and 4 git commands to generate.