]> git.pld-linux.org Git - packages/6tunnel.git/commitdiff
- fixed perms for %{_bindir}
authorwaszi <waszi@pld-linux.org>
Mon, 10 Apr 2000 06:40:49 +0000 (06:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    6tunnel.spec -> 1.5

6tunnel.spec

index c2ea4958dbaa206aeccb4cead927e3c673885cc7..8c6346400c1c119b574ce3138b6916d0ff706043 100644 (file)
@@ -28,8 +28,7 @@ make CC="gcc $RPM_OPT_FLAGS -Wall"
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -d         $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install -s 6tunnel $RPM_BUILD_ROOT%{_bindir}
 install 6tunnel.1  $RPM_BUILD_ROOT%{_mandir}/man1
 gzip -9nf         $RPM_BUILD_ROOT%{_mandir}/man*/*
@@ -39,5 +38,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{_bindir}/6tunnel
+%attr(755,root,root) %{_bindir}/6tunnel
 %{_mandir}/man1/6tunnel.*
This page took 0.196582 seconds and 4 git commands to generate.