]> git.pld-linux.org Git - packages/ftp.git/commitdiff
- fix: duplicated man1 in %install. ftp-0_17-7
authorkloczek <kloczek@pld-linux.org>
Mon, 23 Oct 2000 20:52:17 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ftp.spec -> 1.22

ftp.spec

index f4f291cccff093fbad67fba405328d76c4c21a46..0da464fc978e2201431efa82506b6b8b2f0f1e2c 100644 (file)
--- a/ftp.spec
+++ b/ftp.spec
@@ -59,7 +59,7 @@ CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1/{,pl}/man1}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/{,pl}/man1}
 
 %{__make} install \
        BINDIR=$RPM_BUILD_ROOT%{_bindir} \
This page took 0.102461 seconds and 4 git commands to generate.