mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Don't package Ndiff uninstaller in RPM
This commit is contained in:
parent
0297e68141
commit
c6278aa7f0
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ make
|
|||
%install
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
# Don't package the Ndiff uninstaller with the RPM.
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/uninstall_ndiff
|
||||
strip $RPM_BUILD_ROOT%{_bindir}/* || :
|
||||
gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue